summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-08-14 10:13:09 -0700
committernicolasroard <nicolasroard@google.com>2013-08-14 10:13:09 -0700
commita27067c7ec4e08805f7cc1936ae7f5783724dfad (patch)
tree84968bdaf31794d4dc732b536b576194e671b92f /res
parent0a24e52185c4e88dd52b8e072cf7cd1d04f74b0a (diff)
downloadandroid_packages_apps_Gallery2-a27067c7ec4e08805f7cc1936ae7f5783724dfad.tar.gz
android_packages_apps_Gallery2-a27067c7ec4e08805f7cc1936ae7f5783724dfad.tar.bz2
android_packages_apps_Gallery2-a27067c7ec4e08805f7cc1936ae7f5783724dfad.zip
Update strings resources for export dialog
Change-Id: Ia1ebe11ba37c7acc7f900eab4a9552ee495c8c7c
Diffstat (limited to 'res')
-rw-r--r--res/menu/filtershow_activity_menu.xml2
-rw-r--r--res/values/filtershow_strings.xml6
2 files changed, 5 insertions, 3 deletions
diff --git a/res/menu/filtershow_activity_menu.xml b/res/menu/filtershow_activity_menu.xml
index 11e989011..1316dd3d0 100644
--- a/res/menu/filtershow_activity_menu.xml
+++ b/res/menu/filtershow_activity_menu.xml
@@ -38,5 +38,5 @@
android:id="@+id/exportFlattenButton"
android:showAsAction="never"
android:visible="true"
- android:title="@string/export_flattened" />
+ android:title="@string/export_image" />
</menu>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 6c8bbc279..d2dc2599b 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -48,12 +48,14 @@
<!-- 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>
+ <string name="export_image">Export</string>
<!-- Export Dialog-->
+ <!-- Text for the dialog title to export a flattened photo[CHAR LIMIT=30] -->
+ <string name="export_flattened">Export Flattened Image</string>
<!-- Text for selecting export image quality [CHAR LIMIT=100] -->
- <string name="select_output_settings">Select Output Settings.</string>
+ <string name="select_output_settings">The exported image will be a copy, without the history.</string>
<!-- Text for quality value tag [CHAR LIMIT=30] -->
<string name="quality">Quality</string>
<!-- Text for size value tag [CHAR LIMIT=30] -->