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

Status: Merged
Approved by: Riccardo Padovani
Approved revision: 474
Merged at revision: 493
Proposed branch: lp:~popey/reminders-app/fix-1452924
Merge into: lp:reminders-app
Diff against target: 12 lines (+1/-1)
1 file modified
src/app/qml/ui/NoteConflictView.qml (+1/-1)
To merge this branch: bzr merge lp:~popey/reminders-app/fix-1452924
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Riccardo Padovani Approve
Review via email: mp+271845@code.launchpad.net

Commit message

Modify conflict resolution message

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

Thanks, looks better

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/ui/NoteConflictView.qml'
2--- src/app/qml/ui/NoteConflictView.qml 2015-09-15 14:50:55 +0000
3+++ src/app/qml/ui/NoteConflictView.qml 2015-09-21 17:33:23 +0000
4@@ -51,7 +51,7 @@
5 name: "weather-severe-alert-symbolic"
6 }
7 Label {
8- text: i18n.tr("This note has been modified in multiple places. Please choose the version to be opened and delete the other.")
9+ text: i18n.tr("This note has been modified in multiple places. Open each version to check the content, then swipe to delete one of them.")
10 Layout.fillWidth: true
11 wrapMode: Text.WordWrap
12 }

Subscribers

People subscribed via source and target branches