Merge lp:~tpeeters/ubuntu-ui-toolkit/lp1391617 into lp:ubuntu-ui-toolkit/staging

Proposed by Tim Peeters
Status: Merged
Approved by: Zsombor Egri
Approved revision: 1328
Merged at revision: 1329
Proposed branch: lp:~tpeeters/ubuntu-ui-toolkit/lp1391617
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 11 lines (+1/-1)
1 file modified
modules/Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml (+1/-1)
To merge this branch: bzr merge lp:~tpeeters/ubuntu-ui-toolkit/lp1391617
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Zsombor Egri Approve
Review via email: mp+241959@code.launchpad.net

Commit message

Fix untranslated "In Progress" label

To post a comment you must log in.
Revision history for this message
Tim Peeters (tpeeters) wrote :

I applied seb128's suggestion from the bug report.

Revision history for this message
Zsombor Egri (zsombi) wrote :

Fair change!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)
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 'modules/Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml'
2--- modules/Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml 2014-10-23 19:57:31 +0000
3+++ modules/Ubuntu/Components/Themes/Ambiance/ProgressBarStyle.qml 2014-11-17 13:35:51 +0000
4@@ -59,7 +59,7 @@
5 anchors.centerIn: background
6 fontSize: "medium"
7 color: backgroundTextColor
8- text: progressBar.indeterminate ? i18n.tr("In Progress")
9+ text: progressBar.indeterminate ? i18n.dtr("ubuntu-ui-toolkit", "In Progress")
10 : "%1%".arg(Number(progressBarStyle.progress * 100.0).toFixed(0))
11 visible: !progressBar.hasOwnProperty("showProgressPercentage") || progressBar.showProgressPercentage
12

Subscribers

People subscribed via source and target branches