summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-10-14 13:37:13 -0700
committerWinson Chung <winsonc@google.com>2010-10-14 14:21:20 -0700
commit9678557e66afe9c76103119df30ee13bf79581df (patch)
treecb2099260ae62bac97aba5f851de39dfb79799be /res/values/strings.xml
parent564976a46ef02d665aa0e455ad7867746a0b5325 (diff)
downloadandroid_packages_apps_Trebuchet-9678557e66afe9c76103119df30ee13bf79581df.tar.gz
android_packages_apps_Trebuchet-9678557e66afe9c76103119df30ee13bf79581df.tar.bz2
android_packages_apps_Trebuchet-9678557e66afe9c76103119df30ee13bf79581df.zip
Adding message when there are no icons in a particular tab.
Change-Id: Icbf122d10d07fcacb8a4429431ea389826a3d173
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4f74b5985..89992827c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -67,6 +67,12 @@
<!-- Tile of the tab for applications that were downloaded from market [CHAR_LIMIT=12] -->
<string name="all_apps_tab_downloaded">Downloaded</string>
+ <!-- All Apps pane -->
+ <!-- Message to show when there are no games [CHAR_LIMIT=25] -->
+ <string name="all_apps_no_games">No games found.</string>
+ <!-- Message to show when there are no downloaded apps [CHAR_LIMIT=25] -->
+ <string name="all_apps_no_downloads">No downloaded apps found.</string>
+
<!-- Customization Drawer -->
<!-- The format string for the dimensions of a widget in the drawer -->
<string name="widget_dims_format" translatable="false">%1$d x %2$d</string>