summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-09-27 11:33:03 -0700
committerWinson Chung <winsonc@google.com>2010-09-27 17:49:09 -0700
commit7ad0141905fffe5bc359581fd3001abb10d3b730 (patch)
treed2c5b973dbf1010bfcde9ff78e5cc85439b73340 /res
parent4a79a04bcd5f8c4d4fab7bcc46eea9e19a3dc63e (diff)
downloadandroid_packages_apps_Trebuchet-7ad0141905fffe5bc359581fd3001abb10d3b730.tar.gz
android_packages_apps_Trebuchet-7ad0141905fffe5bc359581fd3001abb10d3b730.tar.bz2
android_packages_apps_Trebuchet-7ad0141905fffe5bc359581fd3001abb10d3b730.zip
Adding menu item to Launcher to manage applications directly from homescreen
Change-Id: I56d726080968777eb5ccdc8826a872977cf7868c
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 86c1b3c1f..f4dfffb0a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -101,6 +101,8 @@
<skip />
<!-- Verb, menu item used to add an item on the desktop -->
<string name="menu_add">Add</string>
+ <!-- Menu item used to manage installed applications -->
+ <string name="menu_manage_apps">Manage Apps</string>
<!-- Noun, menu item used to set the desktop's wallpaper -->
<string name="menu_wallpaper">Wallpaper</string>
<!-- Verb, menu item used to initiate global search -->