diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2017-06-06 05:53:06 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2017-06-06 05:53:06 +0200 |
commit | f08e66caf511aacfe6ffb1623cda1b9dfee44d85 (patch) | |
tree | a8d9e80065051c742b47f12ca3f9d4b063c38d5f | |
parent | 8a5f3f99a339462f29927d8606d04f20aa78291b (diff) | |
download | isodumper-f08e66caf511aacfe6ffb1623cda1b9dfee44d85.tar isodumper-f08e66caf511aacfe6ffb1623cda1b9dfee44d85.tar.gz isodumper-f08e66caf511aacfe6ffb1623cda1b9dfee44d85.tar.bz2 isodumper-f08e66caf511aacfe6ffb1623cda1b9dfee44d85.tar.xz isodumper-f08e66caf511aacfe6ffb1623cda1b9dfee44d85.zip |
0.580.58
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ The modifications are: +IsoDumper 0.58 +------------ + - update translations in de and hu + IsoDumper 0.57 ------------ - update translations in hu, nb, da, pt @@ -30,7 +30,7 @@ DIRS = polkit POFILES = po PACKAGE = isodumper -VERSION = 0.57 +VERSION = 0.58 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles diff --git a/lib/isodumper.py b/lib/isodumper.py index 947fc1e..6a2de9d 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.57" + self.RELEASE="v0.58" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) |