diff options
author | 2013-04-23 06:01:44 +0000 | |
---|---|---|
committer | 2013-04-23 06:01:45 +0000 | |
commit | 480284e28a26218bb615f981314196c4e205cae7 (patch) | |
tree | f2b812d8bbcadf3145c4bbeb86d7fd06ec82959c /java/res/values | |
parent | c3f4783649b0f818a8b37a9d2b2a2e5b5f37f894 (diff) | |
parent | 4f2535398a627e82509a996f616d03aa7f4a75c7 (diff) | |
download | latinime-480284e28a26218bb615f981314196c4e205cae7.tar.gz latinime-480284e28a26218bb615f981314196c4e205cae7.tar.xz latinime-480284e28a26218bb615f981314196c4e205cae7.zip |
Merge "Add edit personal dictionary settings menu"
Diffstat (limited to 'java/res/values')
-rw-r--r-- | java/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 11520635b..600621ee6 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -107,6 +107,9 @@ <!-- Description for option to enable auto capitalization of sentences --> <string name="auto_cap_summary">Capitalize the first word of each sentence</string> + <!-- Option to edit personal dictionary. [CHAR_LIMIT=30]--> + <string name="edit_personal_dictionary">Personal dictionary</string> + <!-- Option to configure dictionaries --> <string name="configure_dictionaries_title">Add-on dictionaries</string> <!-- Name of the main dictionary, as opposed to auxiliary dictionaries (medical/entertainment/sports...) --> |