diff options
author | Michael Jurka <mikejurka@google.com> | 2010-09-27 11:30:20 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-09-27 11:30:42 -0700 |
commit | 3125d9dec8709a6c95039c7b35d27494da46eaab (patch) | |
tree | 77c4169bc29373d621e775089606fe32472eb0cb /res/values | |
parent | d0d43010c7a091b6ade407d30e490527a8d16120 (diff) | |
download | packages_apps_trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.zip packages_apps_trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.tar.gz packages_apps_trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.tar.bz2 |
Making the CAB text match the type of item selected
in customization mode.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4d88a33..04aea87 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 /> |