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

Commit a7ee00bc authored by Michael Bestas's avatar Michael Bestas Committed by Gerrit Code Review
Browse files

Settings: Improve strings

Change-Id: I114de8b005eef1b79fb4737bd7a24d155bffa792
parent e57afc2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1046,7 +1046,7 @@
    <string name="qs_tile_screen_timeout">Screen timeout</string>
    <string name="qs_tile_usb_tether">USB tethering</string>
    <string name="qs_tile_heads_up">Heads up</string>
    <string name="qs_ambient_display">Ambient Display</string>
    <string name="qs_tile_ambient_display">Ambient display</string>

    <string name="qs_main_tiles_title">Enlarge first row</string>
    <string name="qs_main_tiles_summary_on">Two main tiles on the first row</string>
@@ -1171,7 +1171,7 @@

    <string name="interruptions_ignore_while_media_title">Prevent audio ducking</string>
    <string name="interruptions_ignore_while_media_summary">Do not reduce media playback volume when a notification arrives</string>
    <string name="none_is_silent_title">None is Silent mode</string>
    <string name="none_is_silent_title">Never mute alarms</string>
    <string name="none_is_silent_summary">Silent mode always sounds alarms</string>
    <string name="allow_lights_title">Allow notification lights</string>

+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ public class QSTileHolder {
                break;
            case QSConstants.TILE_AMBIENT_DISPLAY:
                resourceName = "ic_qs_ambientdisplay_on";
                stringId = R.string.qs_ambient_display;
                stringId = R.string.qs_tile_ambient_display;
                break;
            default:
                return null;