aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/isodumper.py5
1 files 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()