diff options
author | Winson Chung <winsonc@google.com> | 2010-09-27 11:33:03 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2010-09-27 17:49:09 -0700 |
commit | 7ad0141905fffe5bc359581fd3001abb10d3b730 (patch) | |
tree | d2c5b973dbf1010bfcde9ff78e5cc85439b73340 /res | |
parent | 4a79a04bcd5f8c4d4fab7bcc46eea9e19a3dc63e (diff) | |
download | packages_apps_trebuchet-7ad0141905fffe5bc359581fd3001abb10d3b730.zip packages_apps_trebuchet-7ad0141905fffe5bc359581fd3001abb10d3b730.tar.gz packages_apps_trebuchet-7ad0141905fffe5bc359581fd3001abb10d3b730.tar.bz2 |
Adding menu item to Launcher to manage applications directly from homescreen
Change-Id: I56d726080968777eb5ccdc8826a872977cf7868c
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 86c1b3c..f4dfffb 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 --> |