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
1=== modified file 'src/app/qml/reminders.qml'
2--- src/app/qml/reminders.qml 2015-05-30 14:31:11 +0000
3+++ src/app/qml/reminders.qml 2015-06-01 09:56:42 +0000
4@@ -637,7 +637,7 @@
5 id: noAccount
6 objectName: "noAccountDialog"
7 title: i18n.tr("Setup Evernote connection?")
8- text: i18n.tr("Reminders can store your notes and reminders locally on this device.") + " "
9+ text: i18n.tr("Notes can be stored on this device, or optionally synced with Evernote.") + " "
10 + i18n.tr("In order to synchronize notes with Evernote, an account at Evernote is required.") + " "
11 + i18n.tr("Do you want to setup an account now?")
12

Subscribers

People subscribed via source and target branches