From 1a7e817bb0e07ec101d8a6011d1d2a8a6b5b4920 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 10 Apr 2016 13:40:22 +0200 Subject: Change success message --- lib/isodumper.py | 4 ++-- 1 file 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 -- cgit v1.2.1