diff options
author | Patrick Dubroy <dubroy@google.com> | 2010-09-08 14:30:17 -0700 |
---|---|---|
committer | Patrick Dubroy <dubroy@google.com> | 2010-09-08 14:30:17 -0700 |
commit | 031e10649ac2d511b8f9fbe1177f852c78f86289 (patch) | |
tree | fba9822b51c0d1f395b8010d4294250b70cbac48 /res/values | |
parent | 2b9ff37edb3f5965559b3ff7d37e418b4a2917a1 (diff) | |
download | packages_apps_trebuchet-031e10649ac2d511b8f9fbe1177f852c78f86289.zip packages_apps_trebuchet-031e10649ac2d511b8f9fbe1177f852c78f86289.tar.gz packages_apps_trebuchet-031e10649ac2d511b8f9fbe1177f852c78f86289.tar.bz2 |
Add CHAR_LIMIT to strings.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a009863..3c1b79c 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 --> |