aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-04-23 07:57:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-04-23 07:57:18 +0000
commit4b7e0c5ac23cac4a56edd53f3849498897f4839b (patch)
tree1f35b3c0c3807fccdcf3051c7b147f354e6950a7 /java/res/xml/prefs.xml
parent480284e28a26218bb615f981314196c4e205cae7 (diff)
parent864aeb1f5044e25b38755e077fc894dd9f073375 (diff)
downloadlatinime-4b7e0c5ac23cac4a56edd53f3849498897f4839b.tar.gz
latinime-4b7e0c5ac23cac4a56edd53f3849498897f4839b.tar.xz
latinime-4b7e0c5ac23cac4a56edd53f3849498897f4839b.zip
Merge "Remove wording "wizard" from setup application"
Diffstat (limited to 'java/res/xml/prefs.xml')
-rw-r--r--java/res/xml/prefs.xml7
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"