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

Commit 2190b63a authored by Annie Chin's avatar Annie Chin
Browse files

Increase char limit for timers_stopped to 30.

Bug: 22831836
Change-Id: I7a17834c3f214befa483b013e0346df16bf99dc2
parent 2fe2b3e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -844,7 +844,7 @@

    <!-- Notification title when timer is paused. [CHAR LIMIT=25] -->
    <string name="timer_paused">Timer paused</string>
    <!-- Notification title when multiple timers are paused. [CHAR LIMIT = 25] -->
    <!-- Notification title when multiple timers are paused. [CHAR LIMIT = 30] -->
    <string name="timers_stopped"><xliff:g id="number" example="7">%d</xliff:g> timers paused</string>
    <!-- Notification text when multiple timers are paused. -->
    <string name="all_timers_stopped_notif">Touch to see your timers</string>