[Pkg-privacy-commits] [tails-installer] 74/210: More strings
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.
commit b84b7c3a20de24aceb636f08831f491954e9b23b
Author: Martin Briza <mbriza at redhat.com>
Date: Tue Apr 14 12:08:05 2015 +0200
More strings
---
liveusb/components/DownloadDialog.qml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/liveusb/components/DownloadDialog.qml b/liveusb/components/DownloadDialog.qml
index b3eac93..8375302 100644
--- a/liveusb/components/DownloadDialog.qml
+++ b/liveusb/components/DownloadDialog.qml
@@ -6,7 +6,7 @@ import QtQuick.Window 2.0
Dialog {
id: root
- title: "Write " + liveUSBData.currentImage.name + " to USB"
+ title: qsTr("Write %1 to USB").arg(liveUSBData.currentImage.name)
height: layout.height + 56
standardButtons: StandardButton.NoButton
@@ -149,7 +149,7 @@ Dialog {
width: parent.width
value: liveUSBData.currentImage.writer.running ? liveUSBData.currentImage.writer.progress / liveUSBData.currentImage.writer.maxProgress : 0
visible: !liveUSBData.currentImage.download.running
- progressColor: liveUSBData.currentImage.writer.status == "Checking the source image" ? Qt.lighter("green") : "red"
+ progressColor: liveUSBData.currentImage.writer.checking ? Qt.lighter("green") : "red"
}
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list