From d25d0cb11476936c253a25c708395caf2f67405f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 10 Jun 2005 04:51:48 +0000 Subject: use Mandriva instead of Mandrakesoft (only in untranslated strings for now) --- drakpxelinux.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'drakpxelinux.pl') diff --git a/drakpxelinux.pl b/drakpxelinux.pl index 6a2a72f..2ad081a 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2004 by Mandrakesoft aginies _ateuh_ mandrakesoft.com +# Copyright (C) 2004-2005 by Mandriva aginies _ateuh_ 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 @@ -173,8 +173,8 @@ sub wizard_add_entry { undef $::WizardWindow; $::isWizard = 1; use wizards; - my $WPXENAME = "Mandrakelinux"; - my $WINFO = "install Mandrakelinux"; + my $WPXENAME = "Mandriva"; + my $WINFO = "install Mandriva"; my $WALLRDZ = "/mnt/10.1/isolinux/alt0/all.rdz"; # my $WALLRDZ = "/tmp/all.rdz"; my $WVMLINUZ = "/mnt/10.1/isolinux/alt0/vmlinuz"; @@ -612,7 +612,7 @@ sub show_help { info_dialog("help", gtkpack_(gtkset_border_width(Gtk2::VBox->new, 3), 0, $help, 0, gtksignal_connect(set_help_tip(Gtk2::Button->new(N("online PXE documentation")), 'helponline'), - clicked => sub { system("/usr/bin/www-browser http://clic.mandrakesoft.com/documentation/pxe/ &") } + clicked => sub { system("/usr/bin/www-browser http://clic.mandriva.com/documentation/pxe/ &") } ), ), ); -- cgit v1.2.1