diff options
author | Papoteur <papoteur@mageia.org> | 2018-01-24 18:47:32 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-01-24 18:47:32 +0100 |
commit | 604e0136d947e0fb4bc3cbc1f7f10f11dda86053 (patch) | |
tree | 7f96a37e65e3377bf3dd6ac36eae7ab3011451ce /lib | |
parent | f4dd34b14cd91fe7381b008590f5598e36fb58c8 (diff) | |
download | isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.tar isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.tar.gz isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.tar.bz2 isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.tar.xz isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.zip |
0.60
Diffstat (limited to 'lib')
-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 352481e..6388854 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.59" + self.RELEASE="v0.60" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) |