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

Commit 6fc974f2 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "String updates for general dialer settings." into lmp-dev

parents 6fad34b5 d0d409e7
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