diff options
Diffstat (limited to 'lib/isodumper.py')
-rwxr-xr-x | lib/isodumper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index 0019a92..5a1e8a5 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -60,7 +60,7 @@ class IsoDumper: APP="isodumper" DIR="/usr/share/locale" RELEASE="v0.22" - # for the localisation of log file + # for the localisation of log file self.user=user gettext.bindtextdomain(APP, DIR) @@ -92,7 +92,7 @@ class IsoDumper: self.chooser.set_filter(filt) - # optionnal backup of the device + # optionnal backup of the device self.backup_select = self.wTree.get_widget("backup_select") self.backup_name = self.wTree.get_widget("backup_name") self.backup = self.wTree.get_widget("backup") |