diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | isodumper.spec | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ The initial state comes from https://launchpad.net/usb-imagewriter The modifications are: +IsoDumper 0.47 +------------ + - Update some translations + - Update the source link + IsoDumper 0.46 ------------ - new design for icon and header (thanks to Animtim). diff --git a/isodumper.spec b/isodumper.spec index 8b0cbe6..fe905fc 100644 --- a/isodumper.spec +++ b/isodumper.spec @@ -1,5 +1,5 @@ Name: isodumper -Version: 0.46 +Version: 0.47 Release: %mkrel 1 Summary: Tool for writing ISO images on a USB stick Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB diff --git a/lib/isodumper.py b/lib/isodumper.py index 60b084c..8af078e 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -132,7 +132,7 @@ class IsoDumper: def __init__(self,user): APP="isodumper" DIR="/usr/share/locale" - RELEASE="v0.46" + RELEASE="v0.47" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) |