aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-09-08 00:23:39 +0900
committersatok <satok@google.com>2010-09-08 00:24:09 +0900
commit7385b4af91ef063bd35979ec3b65a417510c799f (patch)
tree74807beb0a66a7f993feeceba1f34c79f25fe959 /java
parentc7e1642610301f8a325270a10fdc8e7ecbd48acf (diff)
downloadlatinime-7385b4af91ef063bd35979ec3b65a417510c799f.tar.gz
latinime-7385b4af91ef063bd35979ec3b65a417510c799f.tar.xz
latinime-7385b4af91ef063bd35979ec3b65a417510c799f.zip
Fix a string for the preference for re-correction
Change-Id: I1d0adcf72450441c3657995cc17550a078845f0e
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index c1ec8eb9e..0115b812c 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>