aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-12-07 22:19:26 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-12-07 22:19:26 +0100
commitce1676ee092db853cf6b80d2496a43c1cf157edc (patch)
tree503a0d33314d2928920304b829ad6263f15b26a4
parent09371628c54c7cec69b8e4ae9d437219e51d836d (diff)
downloadisodumper-ce1676ee092db853cf6b80d2496a43c1cf157edc.tar
isodumper-ce1676ee092db853cf6b80d2496a43c1cf157edc.tar.gz
isodumper-ce1676ee092db853cf6b80d2496a43c1cf157edc.tar.bz2
isodumper-ce1676ee092db853cf6b80d2496a43c1cf157edc.tar.xz
isodumper-ce1676ee092db853cf6b80d2496a43c1cf157edc.zip
Reverse to IsoDumper name.
-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()