summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
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 eadf158..1095e30 100755
--- a/mat-gui
+++ b/mat-gui
@@ -580,7 +580,7 @@ def translate():
580 if language: 580 if language:
581 langs += language.split(':') 581 langs += language.split(':')
582 582
583 return gettext.translation('mat-gui', 'locale', langs, 583 return gettext.translation('MAT', 'locale', langs,
584 fallback=True).ugettext 584 fallback=True).ugettext
585 585
586 586