summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-04-08 12:40:17 -0700
committerJohn Hoford <hoford@google.com>2013-04-08 12:40:17 -0700
commitb794c564e0fa9939fb0fb2bac194473e05d23084 (patch)
tree90e4c587ee43912f23f29f5cf3cfccc539f82b7b
parent414dcb6925dcf830ff7aed7e1c51beac7bbaa1bd (diff)
downloadandroid_packages_apps_Snap-b794c564e0fa9939fb0fb2bac194473e05d23084.tar.gz
android_packages_apps_Snap-b794c564e0fa9939fb0fb2bac194473e05d23084.tar.bz2
android_packages_apps_Snap-b794c564e0fa9939fb0fb2bac194473e05d23084.zip
Increase the CHAR LIMIT for color_pick_select
bug: 8131770 Change-Id: I665316d3ff6ec10fcace8ee1bb9237f4057a4797
-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 aa23c12c2..a7bc92dcc 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -184,7 +184,7 @@
<!-- Label for the removing drawing from screen [CHAR LIMIT=14] -->
<string name="draw_clear">Clear</string>
- <!-- Label for the select the color [CHAR LIMIT=30] -->
+ <!-- Label for the select the color [CHAR LIMIT=35] -->
<string name="color_pick_select">Choose custom color</string>
<!-- The title for the color pick dialog [CHAR LIMIT=20] -->
<string name="color_pick_title">Select Color</string>