aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2017-08-27 13:45:22 +0200
committerPapoteur <papoteur@mageia.org>2017-08-27 13:45:22 +0200
commitc85e5b098cdecab87dc0e291100c2591c908ce25 (patch)
tree57f8efafbb638e05bf53efbf4cc17ca93ac8dbb3 /lib
parent4577a1057d026ff464215521087272a6fb48aaae (diff)
downloadisodumper-c85e5b098cdecab87dc0e291100c2591c908ce25.tar
isodumper-c85e5b098cdecab87dc0e291100c2591c908ce25.tar.gz
isodumper-c85e5b098cdecab87dc0e291100c2591c908ce25.tar.bz2
isodumper-c85e5b098cdecab87dc0e291100c2591c908ce25.tar.xz
isodumper-c85e5b098cdecab87dc0e291100c2591c908ce25.zip
0.590.49
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 6a2de9d..d29928b 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -547,7 +547,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self,user):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v0.58"
+ self.RELEASE="v0.59"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)