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

Commit c83edf47 authored by Joe Onorato's avatar Joe Onorato
Browse files

Fix bugs 1317754 - "Idle screen displays "Charging (100%)" even when fully charged."

and 1885870 - "Shorten 'Clear notification' button to 'Clear' to match latest design"
parent 1f2bb46b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1195,6 +1195,7 @@
    <!-- When the lock screen is showing and the phone plugged in, show the current
         charge %.  -->
    <string name="lockscreen_plugged_in">Charging (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string>
    <string name="lockscreen_charged">Charged</string>

    <!-- When the lock screen is showing and the battery is low, warn user to plug
         in the phone soon. -->
@@ -1271,7 +1272,7 @@

    <!-- The text for the button in the notification window-shade that clears
         all of the currently visible notifications. -->
    <string name="status_bar_clear_all_button">Clear notifications</string>
    <string name="status_bar_clear_all_button">Clear</string>

    <!-- The label in the bar at the top of the status bar when there are no notifications
         showing. -->