diff options
author | 2013-05-15 10:58:40 -0700 | |
---|---|---|
committer | 2013-05-15 10:58:40 -0700 | |
commit | 85e8dca43eae3449b0feed11a3d6c53c8dad015a (patch) | |
tree | a4a8e90eab3d27932d768311a3b4fc165dff6451 /java/res/values | |
parent | 5fe03e939f298ad7badb95e39fd8eaa27739f875 (diff) | |
parent | dc079451fc5bb10548d0d78c8db5e060e9a2f000 (diff) | |
download | latinime-85e8dca43eae3449b0feed11a3d6c53c8dad015a.tar.gz latinime-85e8dca43eae3449b0feed11a3d6c53c8dad015a.tar.xz latinime-85e8dca43eae3449b0feed11a3d6c53c8dad015a.zip |
am dc079451: am 480284e2: Merge "Add edit personal dictionary settings menu"
* commit 'dc079451fc5bb10548d0d78c8db5e060e9a2f000':
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 654022ced..ed9c7e3b6 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...) --> |