summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/mygtk2.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index c3965f1fe..884d8b9e0 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,5 @@
- stop claim selecting LSB group will install 2.4.x kernel (#39220)
+- translate help from 'DrakX-help' domain
- desktop step
o move progress bar on its own line
o pack together time label & value
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index e800889c3..42254476c 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -20,7 +20,7 @@ sub init() {
Gtk2->init;
Locale::gettext::bind_textdomain_codeset($_, 'UTF8') foreach 'libDrakX', if_(!$::isInstall, 'libDrakX-standalone'),
- if_($::isInstall, 'draksnapshot'),
+ if_($::isInstall, 'DrakX-help', 'draksnapshot'),
'drakx-net', 'drakx-kbd-mouse-x11', # shared translation
@::textdomains;
Gtk2->croak_execeptions;