aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-08-29 13:43:26 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-08-29 13:43:26 +0200
commitb9b196a839ae8f603fa677c8ff7cb81c8d916ea7 (patch)
tree42454f06da41019e61eae9492933f1d379579a36 /lib
parent89c71f97479bab12a8638f11deea098b42946ea5 (diff)
downloadisodumper-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')
-rwxr-xr-xlib/isodumper.py2
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):