diff options
author | 2013-06-20 12:08:37 +0900 | |
---|---|---|
committer | 2013-06-20 12:08:37 +0900 | |
commit | 7937f09264623f38b411be2b5cca77f42fd192f9 (patch) | |
tree | 291ba86ed8381433608ca1d5ec9ace87817382e4 /java | |
parent | a7c44270e5ccddc0044bcdc3d27bd4d6661fcda4 (diff) | |
download | latinime-7937f09264623f38b411be2b5cca77f42fd192f9.tar.gz latinime-7937f09264623f38b411be2b5cca77f42fd192f9.tar.xz latinime-7937f09264623f38b411be2b5cca77f42fd192f9.zip |
Lengthen CHAR LIMIT of settings_system_default
Bug: 9495443
Change-Id: Ib52d0ab357e79ae6004411f4b4201570a228bc71
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index cdc2c3a09..f24b43320 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -79,7 +79,7 @@ <!-- Units abbreviation for the duration (milliseconds) [CHAR LIMIT=10] --> <string name="abbreviation_unit_milliseconds"><xliff:g id="milliseconds">%s</xliff:g>ms</string> - <!-- The text that represents the current settings value is the system default [CHAR LIMIT=20] --> + <!-- The text that represents the current settings value is the system default [CHAR LIMIT=25] --> <string name="settings_system_default">System default</string> <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] --> |