diff options
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
