ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #01312
[Merge] lp:~mzanetti/reminders-app/bottom-edge-hint into lp:reminders-app
Michael Zanetti has proposed merging lp:~mzanetti/reminders-app/bottom-edge-hint into lp:reminders-app.
Commit message:
Update the hint on how to create new notes when there are no notes.
Requested reviews:
Ubuntu Reminders app developers (reminders-app-dev)
For more details, see:
https://code.launchpad.net/~mzanetti/reminders-app/bottom-edge-hint/+merge/255240
--
Your team Ubuntu Reminders app developers is requested to review the proposed merge of lp:~mzanetti/reminders-app/bottom-edge-hint into lp:reminders-app.
=== modified file 'src/app/qml/ui/NotesPage.qml'
--- src/app/qml/ui/NotesPage.qml 2015-03-31 08:02:43 +0000
+++ src/app/qml/ui/NotesPage.qml 2015-04-05 10:57:55 +0000
@@ -251,7 +251,7 @@
width: parent.width - units.gu(4)
wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignHCenter
- text: i18n.tr("No notes available. You can create new notes using the \"Add note\" button.")
+ text: i18n.tr("No notes available. You can create new notes by pulling the note editor up from the bottom edge.")
}
Scrollbar {
Follow ups