summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2011-09-09 11:30:31 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-09 11:30:31 -0700
commitad839bf22e7006d5f1afe857bbedc8e91a16ef3c (patch)
tree24535dc3d74c10635ff6e03807aecd2c11be4df5 /res
parent84d69b3f38585e7f69bafcc926d10814d5586516 (diff)
parent10451538452da4815da408f4f000884a077a8f78 (diff)
downloadandroid_packages_apps_Gallery2-ad839bf22e7006d5f1afe857bbedc8e91a16ef3c.tar.gz
android_packages_apps_Gallery2-ad839bf22e7006d5f1afe857bbedc8e91a16ef3c.tar.bz2
android_packages_apps_Gallery2-ad839bf22e7006d5f1afe857bbedc8e91a16ef3c.zip
Merge "Restore deleted strings still referenced from menus."
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 64a0345d0..95a94eb53 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -401,4 +401,10 @@
<!-- Group by menu item. [CHAR LIMIT=20] -->
<string name="group_by">Group by</string>
+
+ <!-- The title of the menu item which enable the settings [CHAR LIMIT=20] -->
+ <string name="settings">Settings</string>
+
+ <!-- The title of menu item where user can add a new account -->
+ <string name="add_account">Add account</string>
</resources>