diff options
author | 2010-10-07 00:57:37 +0900 | |
---|---|---|
committer | 2010-10-07 01:02:06 +0900 | |
commit | 47a9c3f3d9f53bbafc0d23f122079ae63f1e9dfe (patch) | |
tree | d2889107b2a1ec555a5aaa46992542b39ac2c07a /java | |
parent | 6495bfc7a6f6bfa6ab82e7f062ee80f4b6b33368 (diff) | |
download | latinime-47a9c3f3d9f53bbafc0d23f122079ae63f1e9dfe.tar.gz latinime-47a9c3f3d9f53bbafc0d23f122079ae63f1e9dfe.tar.xz latinime-47a9c3f3d9f53bbafc0d23f122079ae63f1e9dfe.zip |
Additional string update for LatinIME's re-correction preference item.
Follow-up to I703054c9
bug: 3063598
Change-Id: Ic9d752b8588a620b3e256fe38f3a6a0c9c093053
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 2 | ||||
-rw-r--r-- | java/res/xml/prefs.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 8c1c80be5..6644d2224 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -344,7 +344,7 @@ <!-- Preferences item for enabling to correct suggestions by touching words you have typed --> <string name="prefs_enable_recorrection">Touch to correct words</string> <!-- The summary for the preferences item for enabling to correct suggestions by touching words you have typed --> - <string name="prefs_enable_recorrection_summary">You can correct words by touching words you have typed</string> + <string name="prefs_enable_recorrection_summary">Touch entered words to correct them</string> <!-- Description for keyboard theme switcher --> <string name="keyboard_layout">Keyboard Theme</string> diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index 7bcf19334..9348e954a 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -40,6 +40,7 @@ <CheckBoxPreference android:key="recorrection_enabled" android:title="@string/prefs_enable_recorrection" + android:summary="@string/prefs_enable_recorrection_summary" android:persistent="true" android:defaultValue="@bool/default_recorrection_enabled" /> |