diff options
author | 2013-04-23 00:59:42 -0700 | |
---|---|---|
committer | 2013-04-23 00:59:42 -0700 | |
commit | 0bc46dca2cea2b15e1647533f81ea0ea992a41b4 (patch) | |
tree | 1f35b3c0c3807fccdcf3051c7b147f354e6950a7 /java/res/xml | |
parent | dc079451fc5bb10548d0d78c8db5e060e9a2f000 (diff) | |
parent | 4b7e0c5ac23cac4a56edd53f3849498897f4839b (diff) | |
download | latinime-0bc46dca2cea2b15e1647533f81ea0ea992a41b4.tar.gz latinime-0bc46dca2cea2b15e1647533f81ea0ea992a41b4.tar.xz latinime-0bc46dca2cea2b15e1647533f81ea0ea992a41b4.zip |
am 4b7e0c5a: Merge "Remove wording "wizard" from setup application"
* commit '4b7e0c5ac23cac4a56edd53f3849498897f4839b':
Remove wording "wizard" from setup application
Diffstat (limited to 'java/res/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 a95255eb0..eea90f94b 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -177,11 +177,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" |