aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-07 21:16:09 +0200
committerPapoteur <papoteur@mageia.org>2018-10-07 21:16:09 +0200
commit262bb4e92ad9657598724f83c2b5776a5202fd42 (patch)
treedaa5608be28d9ad8aab27ce91e68b6acce48b9d4 /lib
parent4ed93eac05fdbdd11df9cf5270bee11ab75ab47a (diff)
downloadisodumper-262bb4e92ad9657598724f83c2b5776a5202fd42.tar
isodumper-262bb4e92ad9657598724f83c2b5776a5202fd42.tar.gz
isodumper-262bb4e92ad9657598724f83c2b5776a5202fd42.tar.bz2
isodumper-262bb4e92ad9657598724f83c2b5776a5202fd42.tar.xz
isodumper-262bb4e92ad9657598724f83c2b5776a5202fd42.zip
1.00
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 ae7d86a..18e596a 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -420,7 +420,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v0.90"
+ self.RELEASE="v1.00"
# Call translation catalog
gettext.install(APP, localedir=DIR, names=('ngettext',))