summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-09-27 11:30:20 -0700
committerMichael Jurka <mikejurka@google.com>2010-09-27 11:30:42 -0700
commit3125d9dec8709a6c95039c7b35d27494da46eaab (patch)
tree77c4169bc29373d621e775089606fe32472eb0cb /res/values/strings.xml
parentd0d43010c7a091b6ade407d30e490527a8d16120 (diff)
downloadandroid_packages_apps_Trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.tar.gz
android_packages_apps_Trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.tar.bz2
android_packages_apps_Trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.zip
Making the CAB text match the type of item selected
in customization mode.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4d88a3355..04aea8745 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -147,8 +147,14 @@
<!-- Describes the button for getting details/info about currently selected application.
Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] -->
<string name="cab_menu_app_info">Application details</string>
- <!-- Appears in the CAB when an app is selected in All Apps. [CHAR_LIMIT=50] -->
- <string name="cab_selection_text">1 application selected</string>
+ <!-- Appears in the CAB when an app is selected in All Apps or Customize mode. [CHAR_LIMIT=50] -->
+ <string name="cab_app_selection_text">1 application selected</string>
+ <!-- Appears in the CAB when a widget is selected in Customize mode. [CHAR_LIMIT=50] -->
+ <string name="cab_widget_selection_text">1 widget selected</string>
+ <!-- Appears in the CAB when a folder is selected in Customize mode. [CHAR_LIMIT=50] -->
+ <string name="cab_folder_selection_text">1 folder selected</string>
+ <!-- Appears in the CAB when a shortcut is selected in Customize mode. [CHAR_LIMIT=50] -->
+ <string name="cab_shortcut_selection_text">1 shortcut selected</string>
<!-- Permissions: -->
<skip />