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

Commit fff15d57 authored by Fan Zhang's avatar Fan Zhang
Browse files

use placeholder text for "turn on battery saver at x%" pref

Change-Id: I63f0994bbcb050473c21c606337accd63cfcc46c
Fixes: 74120099
Test: reindex search
parent 6cc043ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5215,6 +5215,9 @@
    <!-- Battery saver: Label for seekbar to change battery saver threshold [CHAR_LIMIT=40] -->
    <string name="battery_saver_seekbar_title">Turn on at <xliff:g id="percent">%1$s</xliff:g></string>
    <!-- Battery saver: Placeholder label for seekbar to change battery saver threshold [CHAR_LIMIT=40] -->
    <string name="battery_saver_seekbar_title_placeholder">Turn on</string>
    <!-- Used in the Battery Saver settings screen to control turning on/off the feature entirely -->
    <string name="battery_saver_master_switch_title">Use Battery Saver</string>
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

    <com.android.settings.widget.SeekBarPreference
        android:key="battery_saver_seek_bar"
        android:title="@string/battery_saver_seekbar_title"
        android:title="@string/battery_saver_seekbar_title_placeholder"
        android:max="75"
        android:min="5"/>