diff options
author | 2014-09-02 17:59:50 +0000 | |
---|---|---|
committer | 2014-09-02 17:59:50 +0000 | |
commit | 99fc9907ee0839dc706ffee65a33f93934892f5b (patch) | |
tree | e8ff5d19ace190ec9eb7a41b70622b759166ea01 /java | |
parent | 46bb5f0431462dab703a79f6ea55b54f23e0595b (diff) | |
parent | 2ea06d5e7ef2694f6b85eaf18a5b5985acec1d0f (diff) | |
download | latinime-99fc9907ee0839dc706ffee65a33f93934892f5b.tar.gz latinime-99fc9907ee0839dc706ffee65a33f93934892f5b.tar.xz latinime-99fc9907ee0839dc706ffee65a33f93934892f5b.zip |
am 2ea06d5e: am 446f53f9: am ee0d8077: Show the commit indicator only for word to be auto-corrected
* commit '2ea06d5e7ef2694f6b85eaf18a5b5985acec1d0f':
Show the commit indicator only for word to be auto-corrected
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/donottranslate-text-decorator.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/donottranslate-text-decorator.xml b/java/res/values/donottranslate-text-decorator.xml index 9c39a4689..832610b96 100644 --- a/java/res/values/donottranslate-text-decorator.xml +++ b/java/res/values/donottranslate-text-decorator.xml @@ -31,7 +31,7 @@ <!-- If true, the commit/add-to-text indicator will be suppressed when the word isn't going to trigger auto-correction. --> - <bool name="text_decorator_only_for_auto_correction">false</bool> + <bool name="text_decorator_only_for_auto_correction">true</bool> <!-- If true, the commit/add-to-text indicator will be suppressed when the word is already in the dictionary. --> |