diff options
author | papoteur-mga <yves.brungard_git@gadz.org> | 2014-07-06 22:27:49 +0200 |
---|---|---|
committer | papoteur-mga <yves.brungard_git@gadz.org> | 2014-07-06 22:27:49 +0200 |
commit | 1ec61204f438b9d2266148a89a27e4b51ae1bedf (patch) | |
tree | 75ab51548c6f507714835e73eb5f7dad576b80a3 /share | |
parent | a25125632abccc16aa79f57cce1182b5f1841686 (diff) | |
download | isodumper-1ec61204f438b9d2266148a89a27e4b51ae1bedf.tar isodumper-1ec61204f438b9d2266148a89a27e4b51ae1bedf.tar.gz isodumper-1ec61204f438b9d2266148a89a27e4b51ae1bedf.tar.bz2 isodumper-1ec61204f438b9d2266148a89a27e4b51ae1bedf.tar.xz isodumper-1ec61204f438b9d2266148a89a27e4b51ae1bedf.zip |
Manage the window closing.
Deliver information in tooltips and logview
Diffstat (limited to 'share')
-rw-r--r-- | share/isodumper/isodumper.glade | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/isodumper/isodumper.glade b/share/isodumper/isodumper.glade index 8d2c7b4..9c465b0 100644 --- a/share/isodumper/isodumper.glade +++ b/share/isodumper/isodumper.glade @@ -12,8 +12,8 @@ <property name="skip_taskbar_hint">True</property> <property name="message_type">warning</property> <property name="buttons">ok-cancel</property> - <property name="text" translatable="yes">Writing is in progress. Exiting will occur that the device will be unusable. -Are you sure you want to quit during writing on the device?</property> + <property name="text" translatable="yes">Writing is in progress. Exiting during writing will occur that the device or the backup will be unusable. +Are you sure you want to quit during writing?</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox"> <property name="visible">True</property> @@ -913,7 +913,6 @@ Public License instead of this License. <property name="window_position">center-always</property> <property name="icon_name">isodumper</property> <property name="type_hint">dialog</property> - <property name="deletable">False</property> <signal name="delete_event" handler="on_main_dialog_delete_event"/> <child> <widget class="GtkVBox" id="vbox2"> @@ -1601,8 +1600,7 @@ Public License instead of this License. <property name="xalign">0</property> <property name="xpad">5</property> <property name="label" translatable="yes"><b>Success</b> - The image was successfully written to the - target device. + The operation was successfully performed. You are free to unplug it now, a log isodumper.log of the operation will be saved in your homedir/.isodumper/ when |