From b62ae0c4ae54cefde876543ca154d20ef0f5ee69 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Mar 2012 20:23:06 +0000 Subject: fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing (spot by perl_checker) --- perl-install/NEWS | 2 +- perl-install/standalone/drakbug | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index ea9349481..b27b47faf 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -4,7 +4,7 @@ o use "splash" on the kernel command line vs. "splash=silent" as per upstream code (e.g. plymouth, systemd and others) o support the "quiet" kernel command line argument to hide kernel text -- draksec, drakxhelp: +- drakbug, draksec, drakxhelp: o fix displaying "Mageia" - harddrake: o fix detecting bluetooth devices diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index a6adb6c5a..2c39d9a44 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -59,18 +59,18 @@ if (!check_for_xserver()) { mygtk2::init(); $ugtk2::wm_icon = 'drakbug-16'; -my $window = ugtk2->new(N("%s Bug Report Tool"), center => 1); +my $window = ugtk2->new(N("%s Bug Report Tool", N("Mageia")), center => 1); $window->{rwindow}->set_border_width(5); $window->{window}->signal_connect("delete_event", sub { ugtk2->exit(0) }); my $mdk_app = { - N("%s Control Center") => 'drakconf', + N("%s Control Center", N("Mageia")) => 'drakconf', N("First Time Wizard") => 'drakfw', N("Synchronization tool") => 'draksync', N("Standalone Tools") => 'drakxtools', "harddrake" => 'harddrake2', - N("%s Online") => 'mdkonline', - N("%s Online") => 'mdkapplet', + N("%s Online", N("Mageia")) => 'mdkonline', + N("%s Online", N("Mageia")) => 'mdkapplet', N("Remote Control") => 'rfbdrake', N("Software Manager") => 'rpmdrake', N("Windows Migration tool") => 'transfugdrake', @@ -96,7 +96,7 @@ my $bugzilla_url = 'http://bugs.mageia.org/enter_bug.cgi'; my $wizard_name = "Bugzilla"; $table = create_packtable({ col_spacings => 5, row_spacings => 10 }, - [ gtknew('Label_Left', text => N("Select %s Tool:")), $comb_app = Gtk2::ComboBox->new_text, $comb_app->set_wrap_width(3) ], + [ gtknew('Label_Left', text => N("Select %s Tool:", N("Mageia"))), $comb_app = Gtk2::ComboBox->new_text, $comb_app->set_wrap_width(3) ], [ gtknew('Label_Left', text => N("or Application Name\n(or Full Path):")), gtkpack_(Gtk2::HBox->new(0, 5), 1, $com_app = gtkset_editable(Gtk2::Entry->new, 1), -- cgit v1.2.1