[Pkg-privacy-commits] [tails-installer] 24/31: Add some tooltips
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a commit to annotated tag 3.13.0
in repository tails-installer.
commit 5e1e7cfd88a975bd0b89f9211bf6ae6d1ff000b3
Author: Luke Macken <lmacken at redhat.com>
Date: Wed Nov 26 10:48:51 2014 -0700
Add some tooltips
---
data/liveusb-creator.ui | 6 ++++++
liveusb/linux_dialog.py | 4 +++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/data/liveusb-creator.ui b/data/liveusb-creator.ui
index bc7b215..26c54c3 100755
--- a/data/liveusb-creator.ui
+++ b/data/liveusb-creator.ui
@@ -326,6 +326,9 @@
<height>26</height>
</rect>
</property>
+ <property name="toolTip">
+ <string>This method uses the 'cp' command to copy the files from the ISO on to your USB key, without deleting any existing files.</string>
+ </property>
<property name="text">
<string>Non-destructive (cp)</string>
</property>
@@ -342,6 +345,9 @@
<height>26</height>
</rect>
</property>
+ <property name="toolTip">
+ <string>This method uses the 'dd' comand to copy the ISO directly to your USB device, destroying any pre-existing data/partitions. This method tends to be more reliable in terms of booting, especially with UEFI systems.</string>
+ </property>
<property name="text">
<string>Overwrite device (dd)</string>
</property>
diff --git a/liveusb/linux_dialog.py b/liveusb/linux_dialog.py
index c8aa731..a5dcdb8 100644
--- a/liveusb/linux_dialog.py
+++ b/liveusb/linux_dialog.py
@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'data/liveusb-creator.ui'
#
-# Created: Tue Nov 25 20:32:45 2014
+# Created: Wed Nov 26 10:48:14 2014
# by: PyQt4 UI code generator 4.10.2
#
# WARNING! All changes made in this file will be lost!
@@ -152,7 +152,9 @@ class Ui_Dialog(object):
self.overlayTitle.setWhatsThis(_translate("Dialog", "By allocating extra space on your USB stick for a persistent overlay, you will be able to store data and make permanent modifications to your live operating system. Without it, you will not be able to save data that will persist after a reboot.", "comment!"))
self.overlayTitle.setTitle(_translate("Dialog", "Persistent Storage (0 MB)", None))
self.groupBox_3.setTitle(_translate("Dialog", "Method", None))
+ self.nonDestructiveButton.setToolTip(_translate("Dialog", "This method uses the \'cp\' command to copy the files from the ISO on to your USB key, without deleting any existing files.", None))
self.nonDestructiveButton.setText(_translate("Dialog", "Non-destructive (cp)", None))
+ self.destructiveButton.setToolTip(_translate("Dialog", "This method uses the \'dd\' comand to copy the ISO directly to your USB device, destroying any pre-existing data/partitions. This method tends to be more reliable in terms of booting, especially with UEFI systems.", None))
self.destructiveButton.setText(_translate("Dialog", "Overwrite device (dd)", None))
import resources_rc
--
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