diff options
author | 2015-03-30 17:27:56 -0700 | |
---|---|---|
committer | 2015-03-30 17:27:56 -0700 | |
commit | 76de0a8f528830d7f6c85f45f63cac0f5aa8517c (patch) | |
tree | 240a14eceedd86eb5e1f53021edb1d45e300b027 /java/res | |
parent | fa22abb94dc54650663c2b86313681621135e587 (diff) | |
download | latinime-76de0a8f528830d7f6c85f45f63cac0f5aa8517c.tar.gz latinime-76de0a8f528830d7f6c85f45f63cac0f5aa8517c.tar.xz latinime-76de0a8f528830d7f6c85f45f63cac0f5aa8517c.zip |
Remove "Personal dictionary" link from settings.
Bug 19966848.
Change-Id: Ice6a030d2d2319822d5108c5b6a37efa4de1090f
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 3 | ||||
-rw-r--r-- | java/res/xml/prefs_screen_correction.xml | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index d64872cdd..79ecc8d58 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -129,9 +129,6 @@ <!-- 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...) --> diff --git a/java/res/xml/prefs_screen_correction.xml b/java/res/xml/prefs_screen_correction.xml index a943dc1a3..d3f5c2695 100644 --- a/java/res/xml/prefs_screen_correction.xml +++ b/java/res/xml/prefs_screen_correction.xml @@ -20,11 +20,6 @@ android:title="@string/settings_screen_correction" android:key="screen_correction"> <PreferenceScreen - android:key="edit_personal_dictionary" - android:title="@string/edit_personal_dictionary"> - <intent android:action="android.settings.USER_DICTIONARY_SETTINGS" /> - </PreferenceScreen> - <PreferenceScreen android:key="configure_dictionaries_key" android:title="@string/configure_dictionaries_title"> <intent |