Commit 38ef0b7693bfb1fc9c5054e13f6c89f6031c3b11

Authored by Paulo Henrique Junqueira Amorim
1 parent cbadf11c
Exists in master

ENH: Enhancement in language name

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/i18n.py
... ... @@ -49,7 +49,7 @@ def GetLocales():
49 49 'ro': u'Română',
50 50 'ru': u'Русский',
51 51 'ja': u'日本語',
52   - 'be': u'беларуская мова',})
  52 + 'be': u'Беларуская',})
53 53 return d
54 54  
55 55 def GetLocaleOS():
... ...