diff options
author | 2015-04-03 17:41:01 +0000 | |
---|---|---|
committer | 2015-04-03 17:41:01 +0000 | |
commit | 57adf398a367f5b17a12a959b35dc746b4a11313 (patch) | |
tree | 214de0ecf6c79c0861c4f451b5f73ae667b4ed8f /java | |
parent | 08bcbbb39f8d092436af30d6678e29f380e9f10a (diff) | |
parent | fe1191a448adac1b1fd605c79665aa023a336639 (diff) | |
download | latinime-57adf398a367f5b17a12a959b35dc746b4a11313.tar.gz latinime-57adf398a367f5b17a12a959b35dc746b4a11313.tar.xz latinime-57adf398a367f5b17a12a959b35dc746b4a11313.zip |
am fe1191a4: Add edit_personal_dictionary back to strings.xml
* commit 'fe1191a448adac1b1fd605c79665aa023a336639':
Add edit_personal_dictionary back to strings.xml
Diffstat (limited to 'java')
-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 4973a99f5..28dabf682 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -129,6 +129,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...) --> |