diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/logdrake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index b27b47faf..5a1b3b30f 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 -- drakbug, draksec, drakxhelp: +- drakbug, draksec, drakxhelp, logdrake: o fix displaying "Mageia" - harddrake: o fix detecting bluetooth devices diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 3bb026be9..d8af8858a 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -48,7 +48,7 @@ $| = 1 if $isTail; my $h = chomp_(`hostname -s`); $ugtk2::wm_icon = "logdrake"; -my $explain_title = N("%s Tools Logs"); +my $explain_title = N("%s Tools Logs", N("Mageia")); my $my_win = ugtk2->new($isExplain ? $explain_title : N("Logs")); unless ($::isEmbedded) { |