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

Commit 54510099 authored by Evan Laird's avatar Evan Laird
Browse files

Remove "left" from the estimated time remaining

"Left", as in "1 day 2 hr left" doesn't necessarily translate well, so
instead simply show the time estimate "1 day 2hr" to be more concise.

Test: visual
Fixes: 124861973
Change-Id: Ibddab560a7e026a2b815dc21c3959eb597635437
parent 8ecdef27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -938,7 +938,7 @@
    <!-- [CHAR_LIMIT=60] Label for battery level chart when discharging with duration and using enhanced estimate -->
    <string name="power_discharging_duration_enhanced">About <xliff:g id="time_remaining">%1$s</xliff:g> left based on your usage (<xliff:g id="level">%2$s</xliff:g>)</string>
    <!-- [CHAR_LIMIT=40] Short label for estimated remaining duration of battery charging/discharging -->
    <string name="power_remaining_duration_only_short"><xliff:g id="time_remaining">%1$s</xliff:g> left</string>
    <string name="power_remaining_duration_only_short"><xliff:g id="time_remaining">%1$s</xliff:g></string>

    <!-- [CHAR_LIMIT=100] Label for enhanced estimated time that phone will run out of battery -->
    <string name="power_discharge_by_enhanced">Should last until about <xliff:g id="time">%1$s</xliff:g> based on your usage (<xliff:g id="level">%2$s</xliff:g>)</string>