diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-03-06 16:33:15 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-03-06 16:33:15 +0100 |
commit | b105c184807a1ada017ab8d6f1cf1df08aeeab79 (patch) | |
tree | 6efcdc31b5610b4e4a02279abdb044c5b01fe9a9 | |
parent | 8dcf551cdf0000612d68dd66cfbf4e794cca7222 (diff) | |
download | isodumper-b105c184807a1ada017ab8d6f1cf1df08aeeab79.tar isodumper-b105c184807a1ada017ab8d6f1cf1df08aeeab79.tar.gz isodumper-b105c184807a1ada017ab8d6f1cf1df08aeeab79.tar.bz2 isodumper-b105c184807a1ada017ab8d6f1cf1df08aeeab79.tar.xz isodumper-b105c184807a1ada017ab8d6f1cf1df08aeeab79.zip |
Change success and error message (mga#17855)
-rw-r--r-- | share/isodumper/isodumper.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/isodumper/isodumper.glade b/share/isodumper/isodumper.glade index 3dde2bf..9686d12 100644 --- a/share/isodumper/isodumper.glade +++ b/share/isodumper/isodumper.glade @@ -686,7 +686,7 @@ Public License instead of this License. window for the exact error. The application will be closed with this window, and a logfile - isodumper.log will be saved in your homedir/.isodumper </property> + (/home/-user- or /root)/.isodumper/isodumper.log will be saved.</property> <property name="use_markup">True</property> </widget> <packing> @@ -1699,8 +1699,8 @@ The fields of the main window are as follows: <property name="label" translatable="yes"><b>Success</b> 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 + You are free to unplug it now, a logfile + (/home/-user- or /root)/.isodumper/isodumper.log will be saved when you close the application.</property> <property name="use_markup">True</property> </widget> |