aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-12-07 17:25:26 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-12-07 17:25:26 -0800
commit815eb0368379c08a1b39f62d7492a7f8ff2d4b39 (patch)
tree980c5426c73a5ad57c1df3285b5136a0b04a5ee5
parent90561c60b62473b7caa9be3d639c5a859bb0140a (diff)
parent2d4d64d914234c059fa049d8da34087fb505098e (diff)
downloadlatinime-815eb0368379c08a1b39f62d7492a7f8ff2d4b39.tar.gz
latinime-815eb0368379c08a1b39f62d7492a7f8ff2d4b39.tar.xz
latinime-815eb0368379c08a1b39f62d7492a7f8ff2d4b39.zip
am 2d4d64d9: Increase the char limit for a string resource
* commit '2d4d64d914234c059fa049d8da34087fb505098e': Increase the char limit for a string resource
-rw-r--r--java/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 09be9b73f..a842dc82c 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -81,7 +81,7 @@
<!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
<string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string>
- <!-- Option name for enabling or disabling the double-space period feature that lets double tap on spacebar insert a period followed by a space [CHAR LIMIT=25] -->
+ <!-- Option name for enabling or disabling the double-space period feature that lets double tap on spacebar insert a period followed by a space [CHAR LIMIT=30] -->
<string name="use_double_space_period">Double-space period</string>
<!-- Description for option enabling or disabling the double-space period feature that lets double tap on spacebar insert a period followed by a space [CHAR LIMIT=65] -->
<string name="use_double_space_period_summary">Double tap on spacebar inserts a period followed by a space</string>