diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lib/Xconfig/test.pm | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |