diff options
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/mygtk2.pm | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 884d8b9e0..c3965f1fe 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,4 @@ - 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 42254476c..e800889c3 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, 'DrakX-help', 'draksnapshot'), + if_($::isInstall, 'draksnapshot'), 'drakx-net', 'drakx-kbd-mouse-x11', # shared translation @::textdomains; Gtk2->croak_execeptions; |