Merge lp:~ken-vandine/telegram-app/lp1582173 into lp:telegram-app

Proposed by Ken VanDine
Status: Merged
Approved by: Jin
Approved revision: 189
Merged at revision: 189
Proposed branch: lp:~ken-vandine/telegram-app/lp1582173
Merge into: lp:telegram-app
Diff against target: 12 lines (+1/-1)
1 file modified
telegram/app/qml/PickerPage.qml (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/telegram-app/lp1582173
Reviewer Review Type Date Requested Status
Jin (community) Approve
Review via email: mp+294811@code.launchpad.net

Commit message

Make picker title translatable

Description of the change

Make picker title translatable

To post a comment you must log in.
Revision history for this message
Jin (jindallo) wrote :

Looks good to me,
thanks for this patch.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'telegram/app/qml/PickerPage.qml'
2--- telegram/app/qml/PickerPage.qml 2016-03-16 15:13:26 +0000
3+++ telegram/app/qml/PickerPage.qml 2016-05-16 14:06:10 +0000
4@@ -6,7 +6,7 @@
5
6 Page {
7 id: picker
8- title: "Choose"
9+ title: i18n.tr("Choose")
10
11 Component {
12 id: resultComponent

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: