diff options
author | 2011-06-24 08:23:40 -0700 | |
---|---|---|
committer | 2011-06-24 08:23:40 -0700 | |
commit | e7de39ac424356311ffde20f26c0517f241e2ba0 (patch) | |
tree | 141f80ada0c4255814bc06e07d8c71882d50a884 /java | |
parent | b0d7edd452bfda9afaeb8d6ef18dd9b67447b5e5 (diff) | |
parent | c79aa482a8198c1a358538d109cedc3bb85b6226 (diff) | |
download | latinime-e7de39ac424356311ffde20f26c0517f241e2ba0.tar.gz latinime-e7de39ac424356311ffde20f26c0517f241e2ba0.tar.xz latinime-e7de39ac424356311ffde20f26c0517f241e2ba0.zip |
Merge "Tiny string fix."
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index f6e130789..a6ef5e533 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -105,7 +105,7 @@ <!-- Option to suggest auto correction candidates aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> <string name="auto_correction_threshold_mode_aggeressive">Aggressive</string> <!-- Option to suggest auto correction candidates very aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> - <string name="auto_correction_threshold_mode_very_aggeressive">Very Aggressive</string> + <string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string> <!-- Option to enable bigram correction --> <string name="bigram_suggestion">Bigram suggestions</string> @@ -322,7 +322,7 @@ <string name="prefs_enable_recorrection_summary">Touch entered words to correct them, only when suggestions are visible</string> <!-- Title of the item to change the keyboard theme [CHAR LIMIT=20]--> - <string name="keyboard_layout">Keyboard Theme</string> + <string name="keyboard_layout">Keyboard theme</string> <!-- Description for Czech keyboard subtype [CHAR LIMIT=35] --> <string name="subtype_mode_cs_keyboard">Czech Keyboard</string> @@ -409,5 +409,5 @@ <string name="subtype_mode_zu_voice">isiZulu Voice</string> <!-- Title of an option for usability study mode --> - <string name="prefs_usability_study_mode">Usability Study Mode</string> + <string name="prefs_usability_study_mode">Usability study mode</string> </resources> |