summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/share/mageiawelcome/mageiawelcome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py
index d214cec..ff44ea8 100644
--- a/usr/share/mageiawelcome/mageiawelcome.py
+++ b/usr/share/mageiawelcome/mageiawelcome.py
@@ -25,7 +25,7 @@ from webgui import kill_gtk_thread
from helpers import *
# i18n
-gettext.install("mageiawelcome", "/usr/share/mageiawelcome/locale")
+gettext.install("mageiawelcome")
class Global(object):
quit = False