diff options
author | Eric Fischer <enf@google.com> | 2011-09-08 15:41:28 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-09-08 15:41:28 -0700 |
commit | 80f958224648f4f29d66ba222bc65a18874a8b6d (patch) | |
tree | eb753fdd1fe427cb8f560479eaa004dcd5db82e8 /res | |
parent | bbef85118ad9c1e6ff11644ac1ad77f34e0e5865 (diff) | |
download | android_packages_apps_Snap-80f958224648f4f29d66ba222bc65a18874a8b6d.tar.gz android_packages_apps_Snap-80f958224648f4f29d66ba222bc65a18874a8b6d.tar.bz2 android_packages_apps_Snap-80f958224648f4f29d66ba222bc65a18874a8b6d.zip |
Restore deleted strings still referenced from menus.
Change-Id: Ib3a08b56f278387fd277601f0baaf09d42f7ce09
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
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> |