Merge lp:~seb128/ubuntu-system-settings/storage-translator-comment into lp:ubuntu-system-settings

Proposed by Sebastien Bacher
Status: Merged
Approved by: Ken VanDine
Approved revision: 1115
Merged at revision: 1145
Proposed branch: lp:~seb128/ubuntu-system-settings/storage-translator-comment
Merge into: lp:ubuntu-system-settings
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/about/PageComponent.qml (+1/-0)
To merge this branch: bzr merge lp:~seb128/ubuntu-system-settings/storage-translator-comment
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+238659@code.launchpad.net

Commit message

[storage] translator comment for the string "%1 free"

Description of the change

[storage] translator comment for the string "%1 free"

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/about/PageComponent.qml'
2--- plugins/about/PageComponent.qml 2014-09-26 08:50:24 +0000
3+++ plugins/about/PageComponent.qml 2014-10-17 06:42:03 +0000
4@@ -141,6 +141,7 @@
5 id: storageItem
6 objectName: "storageItem"
7 text: i18n.tr("Storage")
8+ /* TRANSLATORS: that's the free disk space, indicated in the most appropriate storage unit */
9 value: i18n.tr("%1 free").arg(backendInfos.formatSize(storageInfo.availableDiskSpace("/home")))
10 progression: true
11 onClicked: pageStack.push(Qt.resolvedUrl("Storage.qml"))

Subscribers

People subscribed via source and target branches