OSDN Git Service

A few string changes in settings.
authorPatrick Scott <phanna@android.com>
Tue, 2 Feb 2010 16:29:02 +0000 (11:29 -0500)
committerPatrick Scott <phanna@android.com>
Tue, 2 Feb 2010 16:29:02 +0000 (11:29 -0500)
Bug: 2252631

res/values/strings.xml
res/xml/settings.xml

index b99c233..54daf62 100644 (file)
     <string name="alarm_notify_snooze_text">Alarm set for <xliff:g id="time">%s</xliff:g>. Select to cancel.</string>
 
     <!-- Title of the setting to change the volume/camera button behavior. -->
-    <string name="volume_button_setting_title">Side button behavior</string>
+    <string name="volume_button_setting_title">Volume and Power</string>
+
+    <!-- Dialog title of the volume and power setting. -->
+    <string name="volume_button_dialog_title">Button effect</string>
 
     <!-- The summary of the side button setting. -->
-    <string name="volume_button_setting_summary">Set the desired behavior of the side buttons when pressed during an alarm</string>
+    <string name="volume_button_setting_summary">Set what these buttons do when pressed during an alarm</string>
 
     <!-- Entries listed in the setting for the side-button action. -->
     <string-array name="volume_button_setting_entries">
index e49126c..3a7b775 100644 (file)
@@ -41,6 +41,7 @@
     <ListPreference
         android:key="volume_button_setting"
         android:title="@string/volume_button_setting_title"
+        android:dialogTitle="@string/volume_button_dialog_title"
         android:entries="@array/volume_button_setting_entries"
         android:entryValues="@array/volume_button_setting_values"
         android:summary="@string/volume_button_setting_summary"