From ce1676ee092db853cf6b80d2496a43c1cf157edc Mon Sep 17 00:00:00 2001 From: Papoteur Date: Mon, 7 Dec 2015 22:19:26 +0100 Subject: Reverse to IsoDumper name. --- lib/isodumper.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/isodumper.py b/lib/isodumper.py index 679eab5..aa0168a 100644 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -321,8 +321,7 @@ class IsoDumper(object): info = Info(_("Writing confirmation"),True,self.warning) if self.ask_YesOrNo(info): if self.deviceSize> 1024*1024*1024*32 : - info = Info(_("Warning"),True,_('The device is bigger than 32 Gbytes.\ - Are you sure you want use it?')) + info = Info(_("Warning"),True,_('The device is bigger than 32 Gbytes. Are you sure you want use it?')) if self.ask_YesOrNo(info): pass else: @@ -597,7 +596,7 @@ The fields of the main window are as follows:\n\ """ Init/Constructor for the 'widgets' """ - yui.YUI.app().setApplicationTitle(_("ManaDumper")+" "+self.RELEASE) + yui.YUI.app().setApplicationTitle(_("IsoDumper")+" "+self.RELEASE) yui.YUI.app().setApplicationIcon("/usr/share/icons/isodumper.png") self.atelier = yui.YUI.widgetFactory() self.dialog = self.atelier.createMainDialog() -- cgit v1.2.1