diff options
author | SARL ENR-68 <david@david.david> | 2014-01-10 16:34:18 +0100 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2014-01-10 16:34:18 +0100 |
commit | e894063a6145660b027d206e0b342cadf5ca7973 (patch) | |
tree | 70961c3c5456d408b315226307511a0600f835af /lib | |
parent | 5a090ac9159d63935e2af619f870bbd6cf13d60d (diff) | |
download | isodumper-e894063a6145660b027d206e0b342cadf5ca7973.tar isodumper-e894063a6145660b027d206e0b342cadf5ca7973.tar.gz isodumper-e894063a6145660b027d206e0b342cadf5ca7973.tar.bz2 isodumper-e894063a6145660b027d206e0b342cadf5ca7973.tar.xz isodumper-e894063a6145660b027d206e0b342cadf5ca7973.zip |
Fix an error space on a translation string (#: lib/isodumper.py:270)
-po formatting updates with sh po-update.sh script
-update (all).mo files with po-compile.sh tools to /share/locale
-for added a tooltip on backup "GtkButton" id="backup_select"
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 bdb4dbf..69db240 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -267,7 +267,7 @@ class IsoDumper: self.emergency() yield True progress.set_fraction(1.0) - self.logger(_('Image ')+source.split('/')[-1]+_(' successfully written to')+target) + self.logger(_('Image ')+source.split('/')[-1]+_(' successfully written to ')+target) self.logger(_('Bytes written: ')+str(written)) try: ofc.close() |