summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--lib/Xconfig/test.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bf2ceba..2256a14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- [bugfix] fix test message not translated (#30261)
- remove all fglrx options, hopefully default is good enough
(and at least MonitorLayout option is depreacated as reported on cooker)
diff --git a/lib/Xconfig/test.pm b/lib/Xconfig/test.pm
index 524530b..cd330c2 100644
--- a/lib/Xconfig/test.pm
+++ b/lib/Xconfig/test.pm
@@ -90,6 +90,7 @@ sub test {
printf $F q(
use lib qw(%s);
BEGIN { $::no_ugtk_init = 1 }
+ BEGIN { unshift @::textdomains, 'drakx-kbd-mouse-x11' }
require lang;
require ugtk2; #- help perl_checker
ugtk2->import(qw(:wrappers :helpers)); #- help perl_checker