diff options
author | 2014-08-30 18:42:18 +0000 | |
---|---|---|
committer | 2014-08-30 18:42:18 +0000 | |
commit | 446f53f9c03a7846bd3d13cf61f1a7851cc8ae74 (patch) | |
tree | 7d72ee8b83d238109fac76246b537f07b2aa516c /java | |
parent | 034a4a5a19ba37dba8999b3763ae756fe748deaf (diff) | |
parent | ee0d8077d604c9bdbdfd29675c1d28ea01b2c9bb (diff) | |
download | latinime-446f53f9c03a7846bd3d13cf61f1a7851cc8ae74.tar.gz latinime-446f53f9c03a7846bd3d13cf61f1a7851cc8ae74.tar.xz latinime-446f53f9c03a7846bd3d13cf61f1a7851cc8ae74.zip |
am ee0d8077: Show the commit indicator only for word to be auto-corrected
* commit 'ee0d8077d604c9bdbdfd29675c1d28ea01b2c9bb':
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. --> |