summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-07-24 20:06:20 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-07-25 09:50:23 -0700
commit568b8d8bade4aac4bc598dff9b76ced159c533bf (patch)
tree742e4f4596b39be61214b682464332f6ba6401e5 /res/values
parent2d3b8b11f03ab41558866d2b996b76e0ceef845a (diff)
downloadandroid_packages_apps_Gallery2-568b8d8bade4aac4bc598dff9b76ced159c533bf.tar.gz
android_packages_apps_Gallery2-568b8d8bade4aac4bc598dff9b76ced159c533bf.tar.bz2
android_packages_apps_Gallery2-568b8d8bade4aac4bc598dff9b76ced159c533bf.zip
Added support to export to a flattened photo.
Bug: 10008212 - Adds a menu item to allow a photo with edits to be flattened into a separate photo. - Fixes bug where crop intents fail to save cropped images. Change-Id: I1dcf1bb9ba22e72378f24e7971a74f81b8db7564
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 0a33108ad..503ebbb34 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -47,6 +47,9 @@
<string name="show_imagestate_panel">Show Applied Effects</string>
<!-- Text for the image state panel menu item [CHAR LIMIT=30] -->
<string name="hide_imagestate_panel">Hide Applied Effects</string>
+ <!-- Text for the menu item to export a flattened photo[CHAR LIMIT=30] -->
+ <string name="export_flattened">Export Flattened Image</string>
+
<!-- Name for the overflow menu item for settings [CHAR LIMIT=20] -->
<string name="menu_settings">Settings</string>