From 4160c14f22e124c9fa0ed141e2409ca66de903d9 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 16 May 2012 11:01:13 +0200 Subject: Get localized strings from the text domain where they live: MAT. --- mat-gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mat-gui') diff --git a/mat-gui b/mat-gui index eadf158..1095e30 100755 --- a/mat-gui +++ b/mat-gui @@ -580,7 +580,7 @@ def translate(): if language: langs += language.split(':') - return gettext.translation('mat-gui', 'locale', langs, + return gettext.translation('MAT', 'locale', langs, fallback=True).ugettext -- cgit v1.3