Merge lp:~mzanetti/reminders-app/translate-untitled into lp:reminders-app

Proposed by Michael Zanetti
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 339
Merged at revision: 340
Proposed branch: lp:~mzanetti/reminders-app/translate-untitled
Merge into: lp:reminders-app
Diff against target: 11 lines (+1/-1)
1 file modified
src/app/qml/components/PageWithBottomEdge.qml (+1/-1)
To merge this branch: bzr merge lp:~mzanetti/reminders-app/translate-untitled
Reviewer Review Type Date Requested Status
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+249577@code.launchpad.net

Commit message

make "Untitle" translatable

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

LGTM.

review: Approve
Revision history for this message
David Planella (dpm) wrote :

Thanks! This will need an additional .pot file update for the fix to take effect. As it's been merged already, it could be taken care of in another branch.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/components/PageWithBottomEdge.qml'
2--- src/app/qml/components/PageWithBottomEdge.qml 2014-12-14 22:31:00 +0000
3+++ src/app/qml/components/PageWithBottomEdge.qml 2015-02-12 22:05:58 +0000
4@@ -120,7 +120,7 @@
5 edgeLoader.item.ready()
6
7
8- NotesStore.createNote("Untitled", filterNotebookGuid);
9+ NotesStore.createNote(i18n.tr("Untitled"), filterNotebookGuid);
10 }
11 }
12

Subscribers

People subscribed via source and target branches