summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-10-22 14:40:17 -0700
committerWinson Chung <winsonc@google.com>2013-10-22 14:40:17 -0700
commit0091e3766e25d5273be32e5270834e22bb62c9aa (patch)
treee163379c84c82b32a700c10d71d377726d0f9148 /res/values/strings.xml
parent4f98332b98bbe95cb0574e51ef1514bade9a5e76 (diff)
downloadandroid_packages_apps_Trebuchet-0091e3766e25d5273be32e5270834e22bb62c9aa.tar.gz
android_packages_apps_Trebuchet-0091e3766e25d5273be32e5270834e22bb62c9aa.tar.bz2
android_packages_apps_Trebuchet-0091e3766e25d5273be32e5270834e22bb62c9aa.zip
Removing unused cling, tweaking translation character limits (Bug 11151675)
Change-Id: I601d92ecca5a479d7778824e3b120634bdae6a45
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cafa42442..f916ad8a5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -230,7 +230,7 @@ s -->
<string name="apps_customize_widgets_scroll_format">Widgets page %1$d of %2$d</string>
<!-- Clings -->
- <!-- The title text for the workspace cling [CHAR_LIMIT=60] -->
+ <!-- The title text for the workspace cling [CHAR_LIMIT=30] -->
<string name="first_run_cling_title">Welcome!</string>
<!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
<string name="first_run_cling_description">Make yourself at home.</string>
@@ -240,17 +240,13 @@ s -->
<string name="first_run_cling_search_bar_hint"></string>
<!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
<string name="first_run_cling_create_screens_hint">Create more screens for apps and folders</string>
- <!-- The title text for the workspace cling [CHAR_LIMIT=60] -->
+ <!-- The title text for the workspace cling [CHAR_LIMIT=30] -->
<string name="workspace_cling_title">Organize your space</string>
- <!-- The description of how to use the workspace [CHAR_LIMIT=160] -->
+ <!-- The description of how to use the workspace [CHAR_LIMIT=70] -->
<string name="workspace_cling_move_item">Touch &amp; hold background to manage wallpaper, widgets and settings.</string>
- <!-- The title text for the All Apps cling [CHAR_LIMIT=60] -->
- <string name="all_apps_cling_title">Choose some apps</string>
- <!-- The description of how to pick up and add an item to the workspace [CHAR_LIMIT=160] -->
- <string name="all_apps_cling_add_item">To add an app to your Home screen, touch &amp; hold it.</string>
- <!-- The title text for the Folder cling [CHAR_LIMIT=60] -->
+ <!-- The title text for the Folder cling [CHAR_LIMIT=30] -->
<string name="folder_cling_title">Here\'s a folder</string>
- <!-- The description of how to create a folder [CHAR_LIMIT=160] -->
+ <!-- The description of how to create a folder [CHAR_LIMIT=70] -->
<string name="folder_cling_create_folder">To create one like this, touch &amp; hold an app, then move it over another.</string>
<!-- The text on the button to dismiss a cling [CHAR_LIMIT=30] -->
<string name="cling_dismiss">OK</string>