diff options
| author | jvoisin | 2011-08-25 19:49:16 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-25 19:49:16 +0200 |
| commit | 1fc8f26c1f7f2b4ba09f8152a87235c22adb91bb (patch) | |
| tree | fe72a8519f273fdb7a59a2c98d7218878f5094c7 | |
| parent | 2c91825683e2d8f191d3243f19dcfd83b67a3578 (diff) | |
Fix typo
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
