diff options
author | 2013-04-23 15:42:32 +0900 | |
---|---|---|
committer | 2013-04-23 16:44:42 +0900 | |
commit | 864aeb1f5044e25b38755e077fc894dd9f073375 (patch) | |
tree | f81c7692c306cfb600bee7b08769f0795d4c4a7f /java/res/xml/prefs.xml | |
parent | c3f4783649b0f818a8b37a9d2b2a2e5b5f37f894 (diff) | |
download | latinime-864aeb1f5044e25b38755e077fc894dd9f073375.tar.gz latinime-864aeb1f5044e25b38755e077fc894dd9f073375.tar.xz latinime-864aeb1f5044e25b38755e077fc894dd9f073375.zip |
Remove wording "wizard" from setup application
Bug: 8676811
Bug: 8662102
Change-Id: Ie234d8871651344b6815ae68c8b1f0663a9f6c79
Diffstat (limited to 'java/res/xml/prefs.xml')
-rw-r--r-- | java/res/xml/prefs.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index 22ae51dd5..95a68f07b 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -172,11 +172,12 @@ android:key="pref_keypress_sound_volume" android:title="@string/prefs_keypress_sound_volume_settings" latin:maxValue="100" /> <!-- percent --> - <!-- The show setup wizard icon settings shouldn't be persistent and the default value - is added programmatically. --> + <!-- The settigs for showing setup wizard application icon shouldn't be persistent and + the default value is added programmatically. --> <CheckBoxPreference android:key="pref_show_setup_wizard_icon" - android:title="@string/show_setup_wizard_icon" /> + android:title="@string/show_setup_wizard_icon" + android:summary="@string/show_setup_wizard_icon_summary" /> </PreferenceScreen> <PreferenceScreen android:key="send_feedback" |