diff options
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -173,7 +173,7 @@ class GUI(object): | |||
| 173 | w.set_authors(['Julien (jvoisin) Voisin', ]) | 173 | w.set_authors(['Julien (jvoisin) Voisin', ]) |
| 174 | w.set_artists(['Marine Benoît', ]) | 174 | w.set_artists(['Marine Benoît', ]) |
| 175 | w.set_copyright('GNU Public License v2') | 175 | w.set_copyright('GNU Public License v2') |
| 176 | w.set_comments(_('')) | 176 | w.set_comments(_('Trash your meta, keep your data')) |
| 177 | w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) | 177 | w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) |
| 178 | w.set_program_name('Metadata Anonymisation Toolkit') | 178 | w.set_program_name('Metadata Anonymisation Toolkit') |
| 179 | w.set_version(mat.__version__) | 179 | w.set_version(mat.__version__) |
