Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0d409e7 authored by Andrew Lee's avatar Andrew Lee
Browse files

String updates for general dialer settings.

+ Reorder "vibrate" to be after "dialpad tones" settings.

Bug: 16788935
Change-Id: I752ff34624b9ca44187aea5596918233644c5831
parent 8c79a5ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>
+6 −6
Original line number Diff line number Diff line
@@ -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