diff options
author | Patrick Dubroy <dubroy@google.com> | 2010-10-04 17:45:43 -0700 |
---|---|---|
committer | Patrick Dubroy <dubroy@google.com> | 2010-10-04 17:58:06 -0700 |
commit | 67f7f43f54613aeeccc37d5920014515eb765d59 (patch) | |
tree | 31325f5e2c27ffefa65b2621029805c7ec7d4409 /res/values | |
parent | 6ae0fcfc80b55322824f87b2cc3c1f51ed83e5ab (diff) | |
download | packages_apps_trebuchet-67f7f43f54613aeeccc37d5920014515eb765d59.zip packages_apps_trebuchet-67f7f43f54613aeeccc37d5920014515eb765d59.tar.gz packages_apps_trebuchet-67f7f43f54613aeeccc37d5920014515eb765d59.tar.bz2 |
fix 3053561: Update homescreen icons for all apps, customize
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 98de9db..59fdfd3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -118,8 +118,8 @@ <!-- Title of dialog when user is selecting live folder to add to homescreen --> <string name="title_select_live_folder">Select folder</string> - <!-- All applications label for accessibilty (spoken when the button gets focus). --> - <string name="all_apps_button_label">All applications</string> + <!-- All applications label --> + <string name="all_apps_button_label">Apps</string> <!-- 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> |