From fbe3fb63cec551cc16172e2b88e4d83aeea1cafd Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 11 Jan 2016 22:03:57 +0100 Subject: Fix various typos pointed by pabs --- mat-gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mat-gui') diff --git a/mat-gui b/mat-gui index cedc099..f8ad92f 100755 --- a/mat-gui +++ b/mat-gui @@ -183,7 +183,7 @@ class GUI(object): w = Gtk.AboutDialog() w.set_authors(['Julien (jvoisin) Voisin', ]) w.set_artists(['Marine BenoƮt', ]) - w.set_copyright('GNU Public License v2') + w.set_copyright('GNU General Public License v2') w.set_comments(_('Trash your meta, keep your data')) w.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_size(self.logo, 400, 200)) w.set_program_name('Metadata Anonymisation Toolkit') -- cgit v1.3