Merge lp:~mzanetti/reminders-app/first-start-localization into lp:reminders-app

Proposed by Michael Zanetti
Status: Merged
Approved by: Riccardo Padovani
Approved revision: 412
Merged at revision: 412
Proposed branch: lp:~mzanetti/reminders-app/first-start-localization
Merge into: lp:reminders-app
Diff against target: 16 lines (+3/-3)
1 file modified
src/app/qml/reminders.qml (+3/-3)
To merge this branch: bzr merge lp:~mzanetti/reminders-app/first-start-localization
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Riccardo Padovani Approve
Review via email: mp+256040@code.launchpad.net

Commit message

Fix first start dialog localization

To post a comment you must log in.
Revision history for this message
Riccardo Padovani (rpadovani) wrote :

Good catch, lgtm

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
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-03-30 19:00:04 +0000
+++ src/app/qml/reminders.qml 2015-04-13 21:33:35 +0000
@@ -660,9 +660,9 @@
660 id: noAccount660 id: noAccount
661 objectName: "noAccountDialog"661 objectName: "noAccountDialog"
662 title: i18n.tr("Setup Evernote connection?")662 title: i18n.tr("Setup Evernote connection?")
663 text: i18n.tr("Reminders can store your notes and reminders locally on this device. "663 text: i18n.tr("Reminders can store your notes and reminders locally on this device.") + " "
664 + "In order to synchronize notes with Evernote, an account at Evernote is required. "664 + i18n.tr("In order to synchronize notes with Evernote, an account at Evernote is required.") + " "
665 + "Do you want to setup an account now?")665 + i18n.tr("Do you want to setup an account now?")
666666
667 Connections {667 Connections {
668 target: accounts668 target: accounts

Subscribers

People subscribed via source and target branches