summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2011-02-28 15:16:42 -0800
committerPatrick Dubroy <dubroy@google.com>2011-02-28 15:49:59 -0800
commitcd953711fcbb6c8c6579fb7127e3c86103c0d409 (patch)
tree6f249706f2dc886b90611a68c3d6b6df2ea295d6 /res/values
parent60b753b4cfa709efa55e05cdcd62a993330f3684 (diff)
downloadandroid_packages_apps_Trebuchet-cd953711fcbb6c8c6579fb7127e3c86103c0d409.tar.gz
android_packages_apps_Trebuchet-cd953711fcbb6c8c6579fb7127e3c86103c0d409.tar.bz2
android_packages_apps_Trebuchet-cd953711fcbb6c8c6579fb7127e3c86103c0d409.zip
Fix 3385675: Uninstall option available for system app
- when a system app is selected in all apps, don't show uninstall button - if it's an updated system app, show "Uninstall update" - Also, remove unused code for non-existent flag for games Change-Id: I46753ee8d213b2ba1613b71ac1fe73d79786129c
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6dcaa5748..389fcca38 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -149,6 +149,10 @@
device. [CHAR_LIMIT=30]-->
<string name="delete_zone_label_all_apps">Uninstall</string>
+ <!-- Label for trash icon in All Apps, when an updated system app is selected. The update will
+ be uninstalled. [CHAR_LIMIT=30] -->
+ <string name="delete_zone_label_all_apps_system_app">Uninstall update</string>
+
<!-- Menus items: -->
<skip />
<!-- Verb, menu item used to add an item on the desktop -->