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

Commit ad9d3e6d authored by James Lemieux's avatar James Lemieux Committed by Android (Google) Code Review
Browse files

Merge "Miscellaneous fixes" into ub-deskclock-dazzle

parents da05d9e4 6468db45
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" />