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

Commit 6468db45 authored by James Lemieux's avatar James Lemieux
Browse files

Miscellaneous fixes

- add precision to some wording for translators
- update widget provider XML layout

Change-Id: I78d7d29b2ed2ea4768c0e36d125b38df971c1484
parent 84006e23
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -800,10 +800,10 @@

    <!-- Header in the preferences settings for the section pertaining to alarms -->
    <string name="alarm_settings">Alarms</string>
     <!-- Describes the running service for the timers -->
     <string name="timer_service_desc">Timer service to run the notification.</string>
     <!-- Describes the running service for the stopwatch -->
     <string name="stopwatch_service_desc">Stopwatch service to run the notification.</string>
    <!-- Describes the service that processes actions originating from timer notifications. -->
    <string name="timer_service_desc">Processes actions from timer notifications.</string>
    <!-- Describes the service that processes actions originating from stopwatch notifications. -->
    <string name="stopwatch_service_desc">Processes actions from stopwatch notifications.</string>
    <!-- Description for the paused stop watch -->
    <string name="swn_paused">Paused</string>

@@ -1003,8 +1003,8 @@
    -->
    <string name="too_many_timers_exist">More than one timer exists</string>

    <!-- String that represents that the user attempted to control a timer with a voice action when
    more than one timer is defined.
    <!-- String that represents that the user attempted to control a timer with a voice action but
    the timer could not be located.
    [CHAR LIMIT=NONE]
    -->
    <string name="timer_does_not_exist">The timer has been removed.</string>
+1 −3
Original line number Diff line number Diff line
@@ -23,6 +23,4 @@
    android:previewImage="@drawable/appwidget_digital_clock_preview"
    android:initialLayout="@layout/digital_appwidget"
    android:resizeMode="vertical|horizontal"
    android:widgetCategory="keyguard|home_screen"
    >
</appwidget-provider>
    android:widgetCategory="keyguard|home_screen" />