diff options
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,8 @@ -The initial state comes from https://launchpad.net/usb-imagewriter The modifications are: +IsoDumper 0.54 +------------ + - Updating translations in Sapnish, Romanian, Sweadidh, Basque and Latvian + - Adding links of the source in About dialog (mga#18405) IsoDumper 0.53 ------------ @@ -217,3 +220,5 @@ IsoDumper 0.1 - point at the end of the logview window. - indicating the name of the log file. - new feature : the application doesn't close when a stick is inserted after the start and a dialog box which is displayed to say it. + +The initial state comes from https://launchpad.net/usb-imagewriter @@ -30,7 +30,7 @@ DIRS = polkit POFILES = po PACKAGE = isodumper -VERSION = 0.53 +VERSION = 0.54 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles 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) |