summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2011-08-25 19:49:16 +0200
committerjvoisin2011-08-25 19:49:16 +0200
commit1fc8f26c1f7f2b4ba09f8152a87235c22adb91bb (patch)
treefe72a8519f273fdb7a59a2c98d7218878f5094c7 /mat-gui
parent2c91825683e2d8f191d3243f19dcfd83b67a3578 (diff)
Fix typo
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat-gui b/mat-gui
index a73fc40..d92df74 100755
--- a/mat-gui
+++ b/mat-gui
@@ -471,7 +471,7 @@ non-anonymised) file to output archive'))
471 self.liststore[line][0].file.remove_all() 471 self.liststore[line][0].file.remove_all()
472 if self.backup: # the backup copy state 472 if self.backup: # the backup copy state
473 self.liststore[line][4] = self.liststore[line][0].file.output 473 self.liststore[line][4] = self.liststore[line][0].file.output
474 self.liststore[line][3] = _('Clean(lossless)') 474 self.liststore[line][3] = _('Clean (lossless)')
475 yield True 475 yield True
476 self.statusbar.push(0, _('Ready')) 476 self.statusbar.push(0, _('Ready'))
477 yield False 477 yield False