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

Commit 1e890cb8 authored by Felipe Leme's avatar Felipe Leme
Browse files

Data Saver Mode phrasing tweaks.

BUG: 28133736
Change-Id: I29c293d001c54aa6aaff33fbc9d086cf9c50da98
parent 67d068e5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -7178,7 +7178,7 @@
    <string name="network_restrictions">Network restrictions</string>
    <!-- A summary shown on data usage screens to indicate inaccuracy of data tracking [CHAR LIMIT=NONE] -->
    <string name="operator_warning">Operator data accounting may differ from your device.</string>
    <string name="operator_warning">Carrier data accounting may differ from device accounting</string>
    <!-- Format string describing how much data has been used [CHAR LIMIT=20] -->
    <string name="data_used_template"><xliff:g name="amount" example="1 GB">%1$s</xliff:g> used</string>
@@ -7202,22 +7202,22 @@
         the code to do that -->
    <string name="data_usage_other_apps" translatable="false">Other apps included in usage</string>
    <!-- Description of number of apps allowed to ignore data saver [CHAR LIMIT=NONE] -->
    <!-- Description of number of apps allowed to ignore Data Saver [CHAR LIMIT=NONE] -->
    <plurals name="data_saver_unrestricted_summary">
        <item quantity="one">1 app allowed to use unrestricted data when Data Saver is on</item>
        <item quantity="other"><xliff:g id="count" example="10">%1$d</xliff:g> apps allowed to use unrestricted data when Data Saver is on</item>
    </plurals>
    <!-- Name of Data Saver screens [CHAR LIMIT=30] -->
    <string name="data_saver_title">Data Saver</string>
    <string name="data_saver_title">Data saver</string>
    <!-- Button that leads to list of apps with unrestricted data access [CHAR LIMIT=60] -->
    <string name="unrestricted_data_saver">Unrestricted data access</string>
    <!-- Summary for the data saver feature being on [CHAR LIMIT=NONE] -->
    <!-- Summary for the Data Saver feature being on [CHAR LIMIT=NONE] -->
    <string name="data_saver_on">On</string>
    <!-- Summary for the data saver feature being off [CHAR LIMIT=NONE] -->
    <!-- Summary for the Data Saver feature being off [CHAR LIMIT=NONE] -->
    <string name="data_saver_off">Off</string>
    <!-- Title for switch to allow app unrestricted data usage [CHAR LIMIT=30] -->
+10 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:settings="http://schemas.android.com/apk/res-auto"
        android:title="@string/data_saver_title">

    <Preference
@@ -22,4 +23,12 @@
        android:title="@string/unrestricted_data_saver"
        android:fragment="com.android.settings.datausage.UnrestrictedDataAccess" />

    <!-- Feature description text -->
    <com.android.settings.fuelgauge.WallOfTextPreference
            android:key="description"
            android:summary="@*android:string/data_saver_description"
            android:persistent="false"
            android:selectable="false"
            settings:allowDividerAbove="true" />

</PreferenceScreen>