summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorintrigeri2012-05-16 11:01:13 +0200
committerjvoisin2012-05-17 13:26:26 +0200
commit4160c14f22e124c9fa0ed141e2409ca66de903d9 (patch)
tree0c4b8bd65924b33e1c28ca51d9a367d39933fc98 /mat-gui
parent56199e8521b10955245b62c25a2a340accd18504 (diff)
Get localized strings from the text domain where they live: MAT.
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