diff options
| author | intrigeri | 2012-05-16 11:01:13 +0200 |
|---|---|---|
| committer | jvoisin | 2012-05-17 13:26:26 +0200 |
| commit | 4160c14f22e124c9fa0ed141e2409ca66de903d9 (patch) | |
| tree | 0c4b8bd65924b33e1c28ca51d9a367d39933fc98 | |
| parent | 56199e8521b10955245b62c25a2a340accd18504 (diff) | |
Get localized strings from the text domain where they live: MAT.
| -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 | ||
