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

Commit 05fb4735 authored by Matías Hernández's avatar Matías Hernández
Browse files

Fix the format string for "multiple modes on"

So that it uses the correct numerals depending on locale.

Fixes: 441148317
Test: manual
Flag: EXEMPT Trivial resource fix
Change-Id: I9081154bacae05c3e3c129179eb12687625f5ac6
parent 0e8f3fd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1331,7 +1331,7 @@
    </string>

    <!-- Modes: title for when multiple modes are active; number is >= 2 [CHAR LIMIT=20] -->
    <string name="zen_modes_multiple_on_title"><xliff:g id="number" example="3">%s</xliff:g> Modes</string>
    <string name="zen_modes_multiple_on_title"><xliff:g id="number" example="3">%d</xliff:g> Modes</string>

    <!-- Modes: subtitle for when multiple modes are active. Plural. [CHAR LIMIT=20] -->
    <string name="zen_modes_multiple_on_status">On</string>