diff options
author | 2014-09-02 17:34:13 +0000 | |
---|---|---|
committer | 2014-09-02 17:34:13 +0000 | |
commit | 2ea06d5e7ef2694f6b85eaf18a5b5985acec1d0f (patch) | |
tree | 1279f9d4c134270b68c3f980bb294e5b8106b7e6 /java | |
parent | a341e7d24465efe6c6805ff42b87e7921d13b76b (diff) | |
parent | 446f53f9c03a7846bd3d13cf61f1a7851cc8ae74 (diff) | |
download | latinime-2ea06d5e7ef2694f6b85eaf18a5b5985acec1d0f.tar.gz latinime-2ea06d5e7ef2694f6b85eaf18a5b5985acec1d0f.tar.xz latinime-2ea06d5e7ef2694f6b85eaf18a5b5985acec1d0f.zip |
am 446f53f9: am ee0d8077: Show the commit indicator only for word to be auto-corrected
* commit '446f53f9c03a7846bd3d13cf61f1a7851cc8ae74':
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. --> |