From 6d896c8fc34c156e8b55be9f79217e80f811e6f5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 12 Sep 2008 14:57:47 +0000 Subject: translate help from 'DrakX-help' domain --- perl-install/install/NEWS | 1 + perl-install/mygtk2.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.1