summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-21 15:20:48 -0700
committerAndrew Lee <anwlee@google.com>2014-08-21 15:26:41 -0700
commitd0d409e7f13bc297125183d4620f23f7ab8c377e (patch)
tree2b6bb3fbd467d8514be575ee34bc9de120df900c /res
parent8c79a5ab52d9c8ab336895b095ebeabe51168423 (diff)
String updates for general dialer settings.
+ Reorder "vibrate" to be after "dialpad tones" settings. Bug: 16788935 Change-Id: I752ff34624b9ca44187aea5596918233644c5831
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
-rw-r--r--res/xml/general_settings.xml12
2 files changed, 9 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 509836995..f9bd79e0c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -788,17 +788,17 @@
<!-- Title for the category "sounds", which is shown above sounds and vibration related
settings. [CHAR LIMIT=30] -->
- <string name="sounds_and_vibrate_category_title">Sounds and Vibrate</string>
+ <string name="sounds_and_vibrate_category_title">Sounds and vibrate</string>
<!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
<string name="ringtone_title">Phone ringtone</string>
<!-- Setting option name to enable or disable vibration when ringing the phone.
[CHAR LIMIT=30] -->
- <string name="vibrate_on_ring_title">Vibrate when ringing</string>
+ <string name="vibrate_on_ring_title">"Also vibrate for calls</string>
<!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
- <string name="dtmf_tone_enable_title">Dialpad touch tones</string>
+ <string name="dtmf_tone_enable_title">Dialpad tones</string>
<!-- Label for section of general call settings where miscellaneous settings are listed. -->
<string name="other_settings_title">Other</string>
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml
index ecccdfd29..7410211dc 100644
--- a/res/xml/general_settings.xml
+++ b/res/xml/general_settings.xml
@@ -48,17 +48,17 @@
android:ringtoneType="ringtone" />
<CheckBoxPreference
- android:key="button_vibrate_on_ring"
- android:title="@string/vibrate_on_ring_title"
- android:persistent="false"
- android:defaultValue="false" />
-
- <CheckBoxPreference
android:key="button_play_dtmf_tone"
android:title="@string/dtmf_tone_enable_title"
android:persistent="false"
android:defaultValue="true" />
+ <CheckBoxPreference
+ android:key="button_vibrate_on_ring"
+ android:title="@string/vibrate_on_ring_title"
+ android:persistent="false"
+ android:defaultValue="false" />
+
</PreferenceCategory>
<PreferenceCategory