From 2ab23097cea89a91af71550b5000f5a3031a6d6b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 1 Jul 2003 09:26:11 +0000 Subject: colorize help --- perl-install/standalone/harddrake2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/standalone/harddrake2') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index c9eea816d..49ecbec4c 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -108,7 +108,7 @@ my @menu_items = if ($current_device) { create_dialog(N("Harddrake help"), N("Description of the fields:\n\n") - . join("\n\n", map { if_($fields{$_}[0], "$fields{$_}[0]: $fields{$_}[1]") } sort keys %$current_device)) + . join("\n\n", map { if_($fields{$_}[0], "$fields{$_}[0]: $fields{$_}[1]") } sort keys %$current_device), { use_markup => 1 }) } else { create_dialog(N("Select a device !"), N("Once you've selected a device, you'll be able to see the device information in fields displayed on the right frame (\"Information\")")) } @@ -118,9 +118,9 @@ my @menu_items = [ $menus{help}.N("/_Report Bug"), undef, sub { unless (fork()) { exec("drakbug --report harddrake2 &") } }, undef, '' ], [ $menus{help}.N("/_About..."), undef, sub { create_dialog(N("About Harddrake"), - N("This is HardDrake, a Mandrake hardware configuration tool.\nVersion: %s -Author: Thierry Vignaud \n\n", $harddrake::data::version) . - formatAlaTeX($::license)); + N("This is HardDrake, a Mandrake hardware configuration tool.\nVersion: %s +Author: Thierry Vignaud <tvignaud\@mandrakesoft.com>\n\n", $harddrake::data::version) . + formatAlaTeX($::license), { use_markup => 1 }); }, undef, '' ] ); -- cgit v1.2.1