diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-23 16:05:48 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-04-23 16:05:48 +0000 |
commit | 0d46fdc4ff12e12d75709007659a334b90d34ead (patch) | |
tree | ee83e34d1424d972f8d6de3e9411a7cc6ed26922 /perl-install/standalone.pm | |
parent | f4b77f9504fa80bc3bef6a20e9a61b08b6f5f1f4 (diff) | |
download | drakx-0d46fdc4ff12e12d75709007659a334b90d34ead.tar drakx-0d46fdc4ff12e12d75709007659a334b90d34ead.tar.gz drakx-0d46fdc4ff12e12d75709007659a334b90d34ead.tar.bz2 drakx-0d46fdc4ff12e12d75709007659a334b90d34ead.tar.xz drakx-0d46fdc4ff12e12d75709007659a334b90d34ead.zip |
mandrakelinux -> Mandriva Linux
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index dc7380a31..c9338d484 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -58,8 +58,8 @@ default mode: offer to configure autologin feature"), OPTIONS: --help - print this help message. - --report - program should be one of mandrakelinux tools - --incident - program should be one of mandrakelinux tools"), + --report - program should be one of Mandriva Linux tools + --incident - program should be one of Mandriva Linux tools"), 'drakconnect' => N_("[--add] --add - \"add a network interface\" wizard --del - \"delete a network interface\" wizard @@ -82,7 +82,7 @@ OPTIONS: 'draksec' => "[--debug] --debug: print debugging information", 'drakTermServ' => N_("[OPTIONS]... -Mandrivalinux Terminal Server Configurator +Mandriva Linux Terminal Server Configurator --enable : enable MTS --disable : disable MTS --start : start MTS @@ -134,7 +134,7 @@ sub __exit { sub version() { print 'Drakxtools version 10 -Copyright (C) 1999-2004 Mandriva by <install@mandrakesoft.com> +Copyright (C) 1999-2004 Mandriva by <install@mandriva.com> ', $::license, "\n"; } |