diff options
author | 2010-09-07 08:47:43 -0700 | |
---|---|---|
committer | 2010-09-07 08:47:43 -0700 | |
commit | b1babb799b30db6e3d275d6c103bb77dbfa560ec (patch) | |
tree | c95f87394ab35b269fbc82660a0d151eb40f70e7 /java | |
parent | 663bc8440e02318718b9175c7da7700c6a434623 (diff) | |
parent | 85d85c2026ff95d3c9cd272e00757a6c50eeb708 (diff) | |
download | latinime-b1babb799b30db6e3d275d6c103bb77dbfa560ec.tar.gz latinime-b1babb799b30db6e3d275d6c103bb77dbfa560ec.tar.xz latinime-b1babb799b30db6e3d275d6c103bb77dbfa560ec.zip |
am 85d85c20: DO NOT MERGE. Fix a string for the sharedpreference for re-correction
Merge commit '85d85c2026ff95d3c9cd272e00757a6c50eeb708' into gingerbread-plus-aosp
* commit '85d85c2026ff95d3c9cd272e00757a6c50eeb708':
DO NOT MERGE. Fix a string for the sharedpreference for re-correction
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 3df32e47f..38dd1b337 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -339,7 +339,7 @@ <!-- Description for enabling to send user statistics to Google. --> <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> <!-- Preferences item for enabling to re-correct suggestions . --> - <string name="prefs_enable_recorrection">Tap to re-correction</string> + <string name="prefs_enable_recorrection">Tap to re-correct words</string> <!-- The summary for the preferences item for enabling to re-correct suggestions . --> <string name="prefs_enable_recorrection_summary">You can re-correct words by tapping words you have typed</string> |