aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xuserdrake2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6969e2c..79e8e05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- refactorization for readability (please test)
+- use libuser translations
Version 1.12 - 21 October 2009, Christophe Fergeau
diff --git a/userdrake b/userdrake
index 28407d6..fa1a101 100755
--- a/userdrake
+++ b/userdrake
@@ -30,7 +30,7 @@ use common;
use run_program;
use any;
# i18n: IMPORTANT: to get correct namespace (userdrake instead of libDrakX)
-BEGIN { unshift @::textdomains, 'userdrake', 'drakconf' }
+BEGIN { unshift @::textdomains, 'userdrake', 'libuser', 'drakconf' }
use mygtk2 qw(gtknew); #- do not import gtkadd which conflicts with ugtk2 version
use ugtk2 qw(:all);
use interactive;