summaryrefslogtreecommitdiff
path: root/librelogo/source/LibreLogo/LibreLogo.py
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2012-11-08 12:46:21 +0100
committerLászló Németh <nemeth@numbertext.org>2012-11-08 13:13:17 +0100
commitcdea8177d1053543e285c4a382edb9099792078a (patch)
treedb9f880daa624c3ac03d3629fc9516bd6e87ec7a /librelogo/source/LibreLogo/LibreLogo.py
parent67f899e1d2db0dccde4b9587a52b7157fe1fb0be (diff)
LibreLogo fixes (default properties file, help, tooltip)
Change-Id: Id9f878c0cf59e75fbd5e2f056e48f0d6a7da108c
Diffstat (limited to 'librelogo/source/LibreLogo/LibreLogo.py')
-rw-r--r--librelogo/source/LibreLogo/LibreLogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index acea6dc90d20..fd33a53ceffe 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -1262,7 +1262,7 @@ def __compil__(s):
__loadlang__(_.lng, __l12n__(_.lng))
except:
__trace__()
- _.lng = 'en'
+ _.lng = 'en_US'
if not _.lng in __comp__:
__loadlang__(_.lng, __l12n__(_.lng))