summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2012-04-16 16:18:47 +0800
committerRay Chen <raychen@google.com>2012-04-17 17:25:06 +0800
commite7d1767e30d01270bf67714b1902a316960952c0 (patch)
treefe707b06dab1458da1daae8ce4c701a9aae605d4 /res/values/strings.xml
parent2ca50f8b4d102471f7fa2f0163d6fef131abdd19 (diff)
downloadandroid_packages_apps_Gallery2-e7d1767e30d01270bf67714b1902a316960952c0.tar.gz
android_packages_apps_Gallery2-e7d1767e30d01270bf67714b1902a316960952c0.tar.bz2
android_packages_apps_Gallery2-e7d1767e30d01270bf67714b1902a316960952c0.zip
Fix b/6213053 Add Help entry point to Gallery (targeted for J release)
b:6213053 Change-Id: Ib9d9c5e69f09d6c2fffb4e6ecb09b2c3ae700365
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d4bf75972..b0a01eeb3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -433,4 +433,9 @@
<!-- The label for the folder contains screenshot images. [CHAR LIMIT=20]-->
<string name="folder_screenshot">Screenshot</string>
+ <!-- The title of the menu item which display online help in browser. [CHAR LIMIT=20]-->
+ <string name="help">Help</string>
+
+ <!-- Web address for gallery help. DO NOT TRANSLATE -->
+ <string name="general_help_link" translatable="false">http://support.google.com/mobile/?p=gallery_top</string>
</resources>