diff options
author | 2010-09-08 00:47:05 +0900 | |
---|---|---|
committer | 2010-09-08 00:47:05 +0900 | |
commit | 3dbc3a0afacda6a95803e7f15aac5a960f289add (patch) | |
tree | 597a934e7dcbb37f7d6f3852d72b16f5757c5124 /java | |
parent | 3053c2ef91612f19df1ae96b8d5300a666e2b48f (diff) | |
parent | 7385b4af91ef063bd35979ec3b65a417510c799f (diff) | |
download | latinime-3dbc3a0afacda6a95803e7f15aac5a960f289add.tar.gz latinime-3dbc3a0afacda6a95803e7f15aac5a960f289add.tar.xz latinime-3dbc3a0afacda6a95803e7f15aac5a960f289add.zip |
Merge remote branch 'goog/master' into merge6
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 bb90825de..d2febb566 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> |