summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRoy West <rwest@google.com>2010-10-14 06:10:33 -0700
committerRoy West <rwest@google.com>2010-10-14 06:10:33 -0700
commit400d564681ccfca62e09e78087bc55cf57472ced (patch)
treea354c39b43cf4d6f49c4988a0a664a8e8f48de07 /res
parent174b7028ebd747cef2c0e316ec483bfc74e48a4b (diff)
downloadandroid_packages_apps_Trebuchet-400d564681ccfca62e09e78087bc55cf57472ced.tar.gz
android_packages_apps_Trebuchet-400d564681ccfca62e09e78087bc55cf57472ced.tar.bz2
android_packages_apps_Trebuchet-400d564681ccfca62e09e78087bc55cf57472ced.zip
Fix bug3096516 re capitlization of Manage apps menu item
Change-Id: Icdc77662827d10bd0f8ab32616d380db29bd94bb
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bae50e446..a3df221d6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -104,7 +104,7 @@
<!-- 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>
+ <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 -->