Merge lp:~popey/reminders-app/fix-rename into lp:reminders-app

Status: Merged
Approved by: Michael Zanetti
Approved revision: 449
Merged at revision: 448
Proposed branch: lp:~popey/reminders-app/fix-rename
Merge into: lp:reminders-app
Diff against target: 11 lines (+1/-1)
1 file modified
src/app/qml/reminders.qml (+1/-1)
To merge this branch: bzr merge lp:~popey/reminders-app/fix-rename
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Michael Zanetti (community) Approve
Review via email: mp+260690@code.launchpad.net

Commit message

Fix a piece of text I didn't rename previously.

To post a comment you must log in.
lp:~popey/reminders-app/fix-rename updated
449. By Alan Pope 🍺🐧🐱 πŸ¦„

Tweak wording

Revision history for this message
Michael Zanetti (mzanetti) wrote :

As agreed on etherpad and IRC :)

Thanks

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/app/qml/reminders.qml'
--- src/app/qml/reminders.qml 2015-05-30 14:31:11 +0000
+++ src/app/qml/reminders.qml 2015-06-01 09:56:42 +0000
@@ -637,7 +637,7 @@
637 id: noAccount637 id: noAccount
638 objectName: "noAccountDialog"638 objectName: "noAccountDialog"
639 title: i18n.tr("Setup Evernote connection?")639 title: i18n.tr("Setup Evernote connection?")
640 text: i18n.tr("Reminders can store your notes and reminders locally on this device.") + " "640 text: i18n.tr("Notes can be stored on this device, or optionally synced with Evernote.") + " "
641 + i18n.tr("In order to synchronize notes with Evernote, an account at Evernote is required.") + " "641 + i18n.tr("In order to synchronize notes with Evernote, an account at Evernote is required.") + " "
642 + i18n.tr("Do you want to setup an account now?")642 + i18n.tr("Do you want to setup an account now?")
643643

Subscribers

People subscribed via source and target branches