diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/isodumper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index 5276bf3..20c427b 100644 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -493,8 +493,8 @@ class IsoDumper(object): self.operation=False self.final_unsensitive() info = Info(_("Success"),True,_("The operation completed successfully.\n\ - You are free to unplug it now, a log isodumper.log\n\ - of the operation will be saved in your homedir/.isodumper/ when\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.")) if self.ask_OK(info) : return |