summaryrefslogtreecommitdiffstats
path: root/drakxconf
diff options
context:
space:
mode:
Diffstat (limited to 'drakxconf')
-rwxr-xr-xdrakxconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/drakxconf b/drakxconf
index 8771cb27..c0f951f4 100755
--- a/drakxconf
+++ b/drakxconf
@@ -3,6 +3,9 @@
use lib qw(/usr/lib/libDrakX);
use strict;
+# i18n: IMPORTANT: to get correct namespace (drakconf instead of libDrakX)
+BEGIN { unshift @::textdomains, 'drakconf' }
+
use standalone; #- warning, standalone must be loaded very first, for 'explanations'
use interactive;
use common;