summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-09-08 14:30:17 -0700
committerPatrick Dubroy <dubroy@google.com>2010-09-08 14:30:17 -0700
commit031e10649ac2d511b8f9fbe1177f852c78f86289 (patch)
treefba9822b51c0d1f395b8010d4294250b70cbac48 /res
parent2b9ff37edb3f5965559b3ff7d37e418b4a2917a1 (diff)
downloadandroid_packages_apps_Trebuchet-031e10649ac2d511b8f9fbe1177f852c78f86289.tar.gz
android_packages_apps_Trebuchet-031e10649ac2d511b8f9fbe1177f852c78f86289.tar.bz2
android_packages_apps_Trebuchet-031e10649ac2d511b8f9fbe1177f852c78f86289.zip
Add CHAR_LIMIT to strings.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a009863da..3c1b79c61 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -56,13 +56,13 @@
<!-- Placeholder text, will be removed -->
<string name="wallpapers_temp_tab_text">This will be the wallpapers tab</string>
<!-- Labels for the tabs in All Apps -->
- <!-- Title of the tab for all applications (includes games and non-games) -->
+ <!-- Title of the tab for all applications (includes games and non-games) [CHAR_LIMIT=12] -->
<string name="all_apps_tab_all">All</string>
- <!-- Title of the tab for all applications *except* games -->
+ <!-- Title of the tab for all applications *except* games [CHAR_LIMIT=12] -->
<string name="all_apps_tab_apps">Apps</string>
- <!-- Title of the tab for applications labeled as games -->
+ <!-- Title of the tab for applications labeled as games [CHAR_LIMIT=12] -->
<string name="all_apps_tab_games">Games</string>
- <!-- Tile of the tab for applications that were downloaded from market -->
+ <!-- Tile of the tab for applications that were downloaded from market [CHAR_LIMIT=12] -->
<string name="all_apps_tab_downloaded">Downloaded</string>
<!-- Folders -->