summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-09-23 23:30:36 -0700
committernicolasroard <nicolasroard@google.com>2013-09-23 23:30:36 -0700
commitd14c50b607b09aeaa87ea06d467b57ebaabaf375 (patch)
treecdf087f97223c62773dcc733d4c51a1d2362c95e /res
parentd04aaf626da8aea7f8f18341499e0b51a60e4d32 (diff)
downloadandroid_packages_apps_Gallery2-d14c50b607b09aeaa87ea06d467b57ebaabaf375.tar.gz
android_packages_apps_Gallery2-d14c50b607b09aeaa87ea06d467b57ebaabaf375.tar.bz2
android_packages_apps_Gallery2-d14c50b607b09aeaa87ea06d467b57ebaabaf375.zip
Limit string to 25 characters
bug:10889576 Change-Id: Ib314b84d8def7dc1300fc738a1a461d37549d6e1
Diffstat (limited to 'res')
-rw-r--r--res/values/filtershow_strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 3b80b6200..98f32ebda 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -56,7 +56,7 @@
<!-- Export Dialog-->
- <!-- Text for the dialog title to export a flattened photo[CHAR LIMIT=30] -->
+ <!-- Text for the dialog title to export a flattened photo[CHAR LIMIT=25] -->
<string name="export_flattened">Export Flattened Image</string>
<!-- Text for selecting export image quality [CHAR LIMIT=100] -->
<string name="select_output_settings">The exported image will be a copy, without the history.</string>