summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2013-06-26 21:12:38 +0200
committerjvoisin2013-06-26 21:12:38 +0200
commitd3096917ea17559ff1592b3a5853ef85fc8e344e (patch)
tree68ce1731e012490610ab4df06a71a2515437e956 /mat-gui
parentb47ff0e87ea5a6739b2e95b43ec48c24e4be6110 (diff)
Update mat's MOTO
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat-gui b/mat-gui
index bc2d1bc..e4a88f8 100755
--- a/mat-gui
+++ b/mat-gui
@@ -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__)