diff options
| author | jvoisin | 2016-01-11 22:03:57 +0100 |
|---|---|---|
| committer | jvoisin | 2016-01-11 22:03:57 +0100 |
| commit | fbe3fb63cec551cc16172e2b88e4d83aeea1cafd (patch) | |
| tree | f64186a9755eff42268de6a5aea540f6d32a810d /mat-gui | |
| parent | 41e2bf2949fbcb617329b57d958fb84e39b893f2 (diff) | |
Fix various typos pointed by pabs
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -183,7 +183,7 @@ class GUI(object): | |||
| 183 | w = Gtk.AboutDialog() | 183 | w = Gtk.AboutDialog() |
| 184 | w.set_authors(['Julien (jvoisin) Voisin', ]) | 184 | w.set_authors(['Julien (jvoisin) Voisin', ]) |
| 185 | w.set_artists(['Marine Benoît', ]) | 185 | w.set_artists(['Marine Benoît', ]) |
| 186 | w.set_copyright('GNU Public License v2') | 186 | w.set_copyright('GNU General Public License v2') |
| 187 | w.set_comments(_('Trash your meta, keep your data')) | 187 | w.set_comments(_('Trash your meta, keep your data')) |
| 188 | w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) | 188 | w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) |
| 189 | w.set_program_name('Metadata Anonymisation Toolkit') | 189 | w.set_program_name('Metadata Anonymisation Toolkit') |
