aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/isodumper.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 6660e85..86433f6 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -620,9 +620,9 @@ class IsoDumper(basedialog.BaseDialog):
def success(self):
self.operation = False
self.final_unsensitive()
- info = Info(_("Success"), True, _("The operation completed successfully.\n\
- You are free to unplug it now, a logfile \n\
-(/home/-user- or /root)/.isodumper/isodumper.log has be saved."))
+ info = Info(_("Success"), True, _("The operation completed successfully.") + "\n"\
+ + _("You are free to unplug it now, a logfile \n\
+(/home/-user-/.isodumper/isodumper.log has been saved.") + _("You may also consult /var/log/magiback.log"))
if self.ask_OK(info):
return
@@ -630,10 +630,10 @@ class IsoDumper(basedialog.BaseDialog):
self.operation = False
self.final_unsensitive()
info = Info(_("Warning"), True, _("The operation completed, but with anomalies.\n\
- Check carefully the messages in log view.\n\
- You are free to unplug it now, a logfile \n\
-(/home/-user- or /root)/.isodumper/isodumper.log will be saved when\n\
- you close the application."))
+ Check carefully the messages in log view") + "\n"\
++ _("You are free to unplug it now, a logfile \n\
+(/home/-user-/.isodumper/isodumper.log has been saved.") + "\n"\
+ + _("You may also consult /var/log/magiback.log"))
if self.ask_OK(info):
return