Merge lp:~aacid/dialer-app/addi18ntr into lp:dialer-app

Proposed by Albert Astals Cid
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 294
Merged at revision: 297
Proposed branch: lp:~aacid/dialer-app/addi18ntr
Merge into: lp:dialer-app
Diff against target: 12 lines (+1/-1)
1 file modified
src/qml/LiveCallPage/LiveCall.qml (+1/-1)
To merge this branch: bzr merge lp:~aacid/dialer-app/addi18ntr
Reviewer Review Type Date Requested Status
Gustavo Pichorim Boiko (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Renato Araujo Oliveira Filho Pending
Ubuntu Phablet Team Pending
Review via email: mp+235920@code.launchpad.net

Commit message

Add i18n.tr

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
lp:~aacid/dialer-app/addi18ntr updated
294. By Albert Astals Cid

Add i18n.tr

Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Looks good!

Thanks for the patch!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/LiveCallPage/LiveCall.qml'
2--- src/qml/LiveCallPage/LiveCall.qml 2014-09-22 21:55:49 +0000
3+++ src/qml/LiveCallPage/LiveCall.qml 2014-09-29 13:32:43 +0000
4@@ -125,7 +125,7 @@
5 top: parent.top
6 right: parent.right
7 }
8- ListItems.Header { text: "Switch audio source:" }
9+ ListItems.Header { text: i18n.tr("Switch audio source:") }
10 Repeater {
11 model: audioOutputs
12 ListItems.Standard {

Subscribers

People subscribed via source and target branches