Loading res/values/strings.xml +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading res/xml/general_settings.xml +6 −6 Original line number Diff line number Diff line Loading @@ -47,18 +47,18 @@ android:persistent="false" 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 Loading Loading
res/values/strings.xml +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading
res/xml/general_settings.xml +6 −6 Original line number Diff line number Diff line Loading @@ -47,18 +47,18 @@ android:persistent="false" 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 Loading