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

Commit cef327d6 authored by Michael Bestas's avatar Michael Bestas
Browse files

Fix eta_hours quantity="one" string

* Fixes fd096a56

Change-Id: I19633ead80b690e1c22655bcac842a901e450f8a
parent f30ab67c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@
        <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes left</item>
    </plurals>
    <plurals name="eta_hours">
        <item quantity="one">1 hour</item>
        <item quantity="one">1 hour left</item>
        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours left</item>
    </plurals>