diff options
-rwxr-xr-x | perl-install/standalone/drakfont | 6 | ||||
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 9e8a93148..7afdd6496 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -2,7 +2,7 @@ # # Copyright (C) 2001-2004 by Mandriva # DUPONT Sebastien -# Damien Chaumette <dchaumette@mandrakesoft.com> +# Damien Chaumette <dchaumette@mandriva.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -513,9 +513,9 @@ sub help() { DUPONT Sebastien (original version) - CHAUMETTE Damien <dchaumette\@mandrakesoft.com> + CHAUMETTE Damien <dchaumette\@mandriva.com> - VIGNAUD Thierry <tvignaud\@mandrakesoft.com>") + VIGNAUD Thierry <tvignaud\@mandriva.com>") . "\n\n\n" . N("This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 8aa87bda6..8a832d155 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -224,7 +224,7 @@ my @menu_items = create_dialog(N("About Harddrake"), #-PO: Do not alter the <span ..> and </span> tags N("This is HardDrake, a %s hardware configuration tool.\n<span foreground=\"royalblue3\">Version:</span> %s -<span foreground=\"royalblue3\">Author:</span> Thierry Vignaud <tvignaud\@mandrakesoft.com>\n\n", $distro_name, $harddrake::data::version) . "\n" . +<span foreground=\"royalblue3\">Author:</span> Thierry Vignaud <tvignaud\@mandriva.com>\n\n", $distro_name, $harddrake::data::version) . "\n" . formatAlaTeX($::license), { use_markup => 1, if_(!$::isEmbedded, transient => $w->{real_window}) }); }, undef, '<Item>' ] |