Merge lp:~aacid/ubuntu-system-settings/missingi18n into lp:ubuntu-system-settings

Proposed by Albert Astals Cid
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 1157
Merged at revision: 1168
Proposed branch: lp:~aacid/ubuntu-system-settings/missingi18n
Merge into: lp:ubuntu-system-settings
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/cellular/CustomApnEditor.qml (+1/-1)
To merge this branch: bzr merge lp:~aacid/ubuntu-system-settings/missingi18n
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Sebastien Bacher (community) Approve
Review via email: mp+239862@code.launchpad.net

Commit message

i18n++

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/cellular/CustomApnEditor.qml'
2--- plugins/cellular/CustomApnEditor.qml 2014-10-06 14:28:46 +0000
3+++ plugins/cellular/CustomApnEditor.qml 2014-10-28 14:37:34 +0000
4@@ -198,7 +198,7 @@
5 inputMethodHints: Qt.ImhUrlCharactersOnly | Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
6 }
7 Label {
8- text: "Port"
9+ text: i18n.tr("Port")
10 visible: d.isMms
11 }
12 TextField {

Subscribers

People subscribed via source and target branches