aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-08-20 14:42:53 +0900
committerSatoshi Kataoka <satok@google.com>2013-08-20 17:50:48 +0900
commitd6ddb96ee887b75b02abb10fc64fe17fc83a6545 (patch)
tree2ca663092c3da3f84ec095f496e9eb77ae6cdc63 /java/res
parent66004ce2de1579d8ae1fb3411ce98f1e9e37cf8b (diff)
downloadlatinime-d6ddb96ee887b75b02abb10fc64fe17fc83a6545.tar.gz
latinime-d6ddb96ee887b75b02abb10fc64fe17fc83a6545.tar.xz
latinime-d6ddb96ee887b75b02abb10fc64fe17fc83a6545.zip
Add a functionality to boost scores of personalization dictionary
Bug: 9429906 Change-Id: I1518c5cbc7d41188e7dc6a35d226da277ed5913f
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index aae5b0b70..390f72bfa 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -493,6 +493,8 @@ mobile devices. [CHAR LIMIT=25] -->
<string name="prefs_read_external_dictionary">Read external dictionary file</string>
<!-- Title of the settings for using only personalization dictionary -->
<string name="prefs_use_only_personalization_dictionary" translatable="false">Use only personalization dictionary</string>
+ <!-- Title of the settings for boosting personalization dictionary -->
+ <string name="prefs_boost_personalization_dictionary" translatable="false">Boost personalization dictionary</string>
<!-- Message to show when there are no files to install as an external dictionary [CHAR LIMIT=100] -->
<string name="read_external_dictionary_no_files_message">No dictionary files in the Downloads folder</string>
<!-- Title of the dialog that selects a file to install as an external dictionary [CHAR LIMIT=50] -->