/ Pad the alarm time with zeroes when toasting.

here
0nse 2016-03-02 00:15:31 +01:00
parent 7651c080c2
commit ba35679690
1 changed files with 1 additions and 1 deletions

View File

@ -228,6 +228,6 @@
<string name="appwidget_text">Zzz</string>
<string name="add_widget">Add widget</string>
<string name="activity_prefs_sleep_duration">Preferred sleep duration in hours</string>
<string name="appwidget_alarms_set">An alarm was set for %1$d:%2$d</string>
<string name="appwidget_alarms_set">An alarm was set for %1$02d:%2$02d</string>
</resources>