From 1fc8f26c1f7f2b4ba09f8152a87235c22adb91bb Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 25 Aug 2011 19:49:16 +0200 Subject: Fix typo --- mat-gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) self.liststore[line][0].file.remove_all() if self.backup: # the backup copy state self.liststore[line][4] = self.liststore[line][0].file.output - self.liststore[line][3] = _('Clean(lossless)') + self.liststore[line][3] = _('Clean (lossless)') yield True self.statusbar.push(0, _('Ready')) yield False -- cgit v1.3