summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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