diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-08-29 13:43:26 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-08-29 13:43:26 +0200 |
commit | b9b196a839ae8f603fa677c8ff7cb81c8d916ea7 (patch) | |
tree | 42454f06da41019e61eae9492933f1d379579a36 /lib/isodumper.py | |
parent | 89c71f97479bab12a8638f11deea098b42946ea5 (diff) | |
download | isodumper-b9b196a839ae8f603fa677c8ff7cb81c8d916ea7.tar isodumper-b9b196a839ae8f603fa677c8ff7cb81c8d916ea7.tar.gz isodumper-b9b196a839ae8f603fa677c8ff7cb81c8d916ea7.tar.bz2 isodumper-b9b196a839ae8f603fa677c8ff7cb81c8d916ea7.tar.xz isodumper-b9b196a839ae8f603fa677c8ff7cb81c8d916ea7.zip |
Correction of a typo in a name.
Diffstat (limited to 'lib/isodumper.py')
-rwxr-xr-x | lib/isodumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index 28a6cf4..1305482 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -732,7 +732,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B yui.YUI.widgetFactory; mgafactory = yui.YMGAWidgetFactory.getYMGAWidgetFactory(yui.YExternalWidgets.externalWidgetFactory("mga")) dlg = mgafactory.createAboutDialog("Isodumper", self.RELEASE, "GPLv2", - "Oliver Grawert<BR />Papoteur<BR />Pictures : Thimotée Giet", _("A tool for writing ISO images to a device")+"<BR />http://gitweb.mageia.org/software/isodumper", "") + "Oliver Grawert<BR />Papoteur<BR />Pictures : Timothée Giet", _("A tool for writing ISO images to a device")+"<BR />http://gitweb.mageia.org/software/isodumper", "") dlg.show(); def nodevDialog(self): |