From 4ff7ff7e0471f9acfc5eaeccc3f32b72cf118801 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 9 Nov 2013 17:24:54 +0200 Subject: Use standard translation location --- usr/share/mageiawelcome/mageiawelcome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/share') 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 -- cgit v1.2.1