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
1=== modified file 'src/app/qml/reminders.qml'
2--- src/app/qml/reminders.qml 2015-03-30 19:00:04 +0000
3+++ src/app/qml/reminders.qml 2015-04-13 21:33:35 +0000
4@@ -660,9 +660,9 @@
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- + "In order to synchronize notes with Evernote, an account at Evernote is required. "
10- + "Do you want to setup an account now?")
11+ text: i18n.tr("Reminders can store your notes and reminders locally on this device.") + " "
12+ + i18n.tr("In order to synchronize notes with Evernote, an account at Evernote is required.") + " "
13+ + i18n.tr("Do you want to setup an account now?")
14
15 Connections {
16 target: accounts

Subscribers

People subscribed via source and target branches