[Pkg-privacy-commits] [tails-installer] 165/210: Better focus on the selected file in local install
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:41 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 a5e8ca3312f5e31939a61f3344091e3c14ae019a
Author: Martin Briza <mbriza at redhat.com>
Date: Wed Sep 9 14:00:49 2015 +0200
Better focus on the selected file in local install
---
liveusb/components/ImageDetails.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/liveusb/components/ImageDetails.qml b/liveusb/components/ImageDetails.qml
index bacb61f..c2f26d0 100644
--- a/liveusb/components/ImageDetails.qml
+++ b/liveusb/components/ImageDetails.qml
@@ -150,7 +150,7 @@ Item {
}
Text {
font.pixelSize: $(12)
- text: qsTranslate("", "Selected file: %1").arg(liveUSBData.currentImage.path ? (((String)(liveUSBData.currentImage.path)).split("/").slice(-1)[0]) : qsTranslate("", "None"))
+ text: qsTranslate("", "<font color=\"gray\">Selected:</font> %1").arg(liveUSBData.currentImage.path ? (((String)(liveUSBData.currentImage.path)).split("/").slice(-1)[0]) : qsTranslate("", "<font color=\"gray\">None</font>"))
}
}
}
--
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