summaryrefslogtreecommitdiffstats
path: root/res
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
commitf2c18aada3ca6a588694f4882ecf5479eed70930 (patch)
tree031038b4b27cb27d54e058d6759c0a2e6201d392 /res
parent433ca72064eebca08791f4de02ba349118af2273 (diff)
downloadandroid_packages_apps_Snap-f2c18aada3ca6a588694f4882ecf5479eed70930.tar.gz
android_packages_apps_Snap-f2c18aada3ca6a588694f4882ecf5479eed70930.tar.bz2
android_packages_apps_Snap-f2c18aada3ca6a588694f4882ecf5479eed70930.zip
Fix b/6213053 Add Help entry point to Gallery (targeted for J release)
b:6213053 Change-Id: Ib9d9c5e69f09d6c2fffb4e6ecb09b2c3ae700365
Diffstat (limited to 'res')
-rw-r--r--res/menu/albumset.xml3
-rw-r--r--res/values/strings.xml5
2 files changed, 8 insertions, 0 deletions
diff --git a/res/menu/albumset.xml b/res/menu/albumset.xml
index 3bb46f7d1..749b7f961 100644
--- a/res/menu/albumset.xml
+++ b/res/menu/albumset.xml
@@ -30,4 +30,7 @@
<item android:id="@+id/action_settings"
android:title="@string/settings"
android:showAsAction="never" />
+ <item android:id="@+id/action_general_help"
+ android:title="@string/help"
+ android:showAsAction="never" />
</menu>
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>