ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #03445
Re: [Merge] lp:~gang65/ubuntu-clock-app/ubuntu-clock-snooze-time-extend into lp:ubuntu-clock-app
Add inline explanation.
Diff comments:
>
> === modified file 'app/alarm/AlarmSettingsPage.qml'
> --- app/alarm/AlarmSettingsPage.qml 2015-03-13 16:55:52 +0000
> +++ app/alarm/AlarmSettingsPage.qml 2015-07-07 20:56:18 +0000
> @@ -62,10 +63,11 @@
> Component.onCompleted: initialise()
>
> function initialise() {
> + // TRANSLATORS: Snooze for
> snoozeModel.append({ "duration": 2, "text": i18n.tr("%1 minute", "%1 minutes", 2).arg(2) })
In future "2 minutes" snooze will be replaced with "Don't snooze" option.
> - snoozeModel.append({ "duration": 4, "text": i18n.tr("%1 minute", "%1 minutes", 4).arg(4) })
> snoozeModel.append({ "duration": 5, "text": i18n.tr("%1 minute", "%1 minutes", 5).arg(5) })
> snoozeModel.append({ "duration": 10, "text": i18n.tr("%1 minute", "%1 minutes", 10).arg(10) })
> + snoozeModel.append({ "duration": 15, "text": i18n.tr("%1 minute", "%1 minutes", 15).arg(15) })
> }
> }
>
--
https://code.launchpad.net/~gang65/ubuntu-clock-app/ubuntu-clock-snooze-time-extend/+merge/263846
Your team Ubuntu Clock Developers is subscribed to branch lp:ubuntu-clock-app.
References