diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-11-05 12:12:44 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-11-05 12:12:44 +0100 |
commit | 6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7 (patch) | |
tree | e1ffc44b80182f07ca07224f01c3049102101107 /lib/isodumper.py | |
parent | 7111108debda021674abb75110ecd3c7d9738f99 (diff) | |
download | isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.gz isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.bz2 isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.xz isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.zip |
Prepare 0.540.54
Diffstat (limited to 'lib/isodumper.py')
-rwxr-xr-x | lib/isodumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index 1305482..765adff 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -545,7 +545,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.53" + self.RELEASE="v0.54" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) |