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

Commit 104a42c9 authored by Sean Stout's avatar Sean Stout
Browse files

Removed char limit for shortcut strings.

Bug: 30186550
Bug: 30183566
Change-Id: I29f6e18381a8f861e714fc39f405cf1b04ef580a
parent d7794711
Loading
Loading
Loading
Loading
+20 −11
Original line number Diff line number Diff line
@@ -719,26 +719,35 @@
        <item>"Asia/Jakarta"</item>
    </string-array>


    <!-- Short descriptor for new alarm shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to create a new alarm. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_new_alarm_short">New Alarm</string>
    <!-- Long descriptor for new alarm shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to create a new alarm. The maximum length is ~25 characters
         (longer translations may be truncated). -->
    <string name="shortcut_new_alarm_long">Create New Alarm</string>
    <!-- Short descriptor for new timer shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to create a new timer. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_new_timer_short">New Timer</string>
    <!-- Long descriptor for new timer shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to create a new timer. The maximum length is ~25 characters
    (longer translations may be truncated). -->
    <string name="shortcut_new_timer_long">Create New Timer</string>
    <!-- Short descriptor for start stopwatch shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to start the stopwatch. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_start_stopwatch_short">Start</string>
    <!-- Long descriptor for start stopwatch shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to start the stopwatch. The maximum length is ~25 characters
         (longer translations may be truncated). -->
    <string name="shortcut_start_stopwatch_long">Start Stopwatch</string>
    <!-- Short descriptor for pause stopwatch shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to pause the stopwatch. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_pause_stopwatch_short">Pause</string>
    <!-- Long descriptor for pause stopwatch shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to pause the stopwatch. The maximum length is ~25 characters
         (longer translations may be truncated). -->
    <string name="shortcut_pause_stopwatch_long">Pause Stopwatch</string>
    <!-- Short descriptor for start screensaver shortcut [CHAR LIMIT=12] -->
    <!-- Short label for a shortcut to start the screensaver. The maximum length is ~10 characters
         (longer translations may be truncated). -->
    <string name="shortcut_start_screensaver_short">Screensaver</string>
    <!-- Long descriptor for start screensaver shortcut [CHAR LIMIT=27] -->
    <!-- Long label for a shortcut to start the screensaver. The maximum length is ~25 characters
         (longer translations may be truncated). -->
    <string name="shortcut_start_screensaver_long">Start Screensaver</string>

    <!-- Header in the preferences settings for the section pertaining to alarms -->