summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-12-17 20:04:50 -0800
committerMichael Jurka <mikejurka@google.com>2010-12-21 14:27:41 -0800
commit577d017732abf9969e9a5c1b6aa3ffb5b8fdae7f (patch)
treef72eea280796f43ca4b758d0efed80d2a5b189c8 /res/values/strings.xml
parentb7f2a8f099bd5abac5a613b8b2a5e8e337f847b1 (diff)
downloadandroid_packages_apps_Trebuchet-577d017732abf9969e9a5c1b6aa3ffb5b8fdae7f.tar.gz
android_packages_apps_Trebuchet-577d017732abf9969e9a5c1b6aa3ffb5b8fdae7f.tar.bz2
android_packages_apps_Trebuchet-577d017732abf9969e9a5c1b6aa3ffb5b8fdae7f.zip
adding "Remove" and "Delete" text to delete button
- also removed some unused assets Change-Id: Iad42afd2f144de92d80fb89d892ab42b32811b69
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 48790525f..c56ee9eb7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -142,6 +142,13 @@
<!-- Label for button in all applications label to go back home (to the workspace / desktop)
for accessibilty (spoken when the button gets focus). -->
<string name="all_apps_home_button_label">Home</string>
+ <!-- Label for trash icon on workspace. Meant to communicate the idea of removing the
+ icon/widget from the home screen, but not permanently. Contrast with the label for trash
+ icon in All Apps [CHAR_LIMIT=30] -->
+ <string name="delete_zone_label_workspace">Remove</string>
+ <!-- Label for trash icon in All Apps. The icon/widget will become completely unavailable on the
+ device. [CHAR_LIMIT=30]-->
+ <string name="delete_zone_label_all_apps">Delete</string>
<!-- Menus items: -->
<skip />