aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-12-11 17:06:24 +0900
committerTadashi G. Takaoka <takaoka@google.com>2010-12-12 21:55:00 +0900
commit1b1f7f907f6c7d6e849c88ca06c3608bc84d7c5f (patch)
tree79c584c76142037b9f78fb2eb692caae8e3a674f /java/res/xml/prefs.xml
parent3ef38b2907a8b162bb98a5059a296f0541ae7ef2 (diff)
downloadlatinime-1b1f7f907f6c7d6e849c88ca06c3608bc84d7c5f.tar.gz
latinime-1b1f7f907f6c7d6e849c88ca06c3608bc84d7c5f.tar.xz
latinime-1b1f7f907f6c7d6e849c88ca06c3608bc84d7c5f.zip
Cleanup unused string resources
This change also renames some "completion" to "correction". Change-Id: I156dd7ccafe99a632721f20769d5f0ea5915a564
Diffstat (limited to 'java/res/xml/prefs.xml')
-rw-r--r--java/res/xml/prefs.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index 85612b049..1bc33950d 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -102,13 +102,13 @@
/>
<ListPreference
- android:key="auto_completion_threshold"
- android:title="@string/auto_complete"
- android:summary="@string/auto_complete_summary"
+ android:key="auto_correction_threshold"
+ android:title="@string/auto_correction"
+ android:summary="@string/auto_correction_summary"
android:persistent="true"
- android:entryValues="@array/auto_completion_threshold_mode_values"
- android:entries="@array/auto_completion_threshold_modes"
- android:defaultValue="@string/auto_completion_threshold_mode_value_modest"
+ android:entryValues="@array/auto_correction_threshold_mode_values"
+ android:entries="@array/auto_correction_threshold_modes"
+ android:defaultValue="@string/auto_correction_threshold_mode_value_modest"
/>
<CheckBoxPreference