diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-01 22:16:04 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-01 22:16:04 +0000 |
commit | b024d697392dad03df21f22a7afefbec60abcfa8 (patch) | |
tree | 3316c64736737238c11baa1bc8f31f87c7cf3bfb /perl-install/standalone/drakups | |
parent | 597710662d631d854cf96bbd8b212ed0c6f47d93 (diff) | |
download | drakx-b024d697392dad03df21f22a7afefbec60abcfa8.tar drakx-b024d697392dad03df21f22a7afefbec60abcfa8.tar.gz drakx-b024d697392dad03df21f22a7afefbec60abcfa8.tar.bz2 drakx-b024d697392dad03df21f22a7afefbec60abcfa8.tar.xz drakx-b024d697392dad03df21f22a7afefbec60abcfa8.zip |
several typos fix
Diffstat (limited to 'perl-install/standalone/drakups')
-rwxr-xr-x | perl-install/standalone/drakups | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index 9f55af292..9ebadc838 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -131,7 +131,7 @@ Please fill in its name, its driver and its port.", $model, $vendor); data => sub { [ { label => N("Name:"), val => \$name, help => N("The name of your ups") }, - { label => N("Driver:"), val => \$driver, help => N("The driver that manage your ups") }, + { label => N("Driver:"), val => \$driver, help => N("The driver that manages your ups") }, { label => N("Port:"), val => \$port, format => \&mouse::serial_port2text, type => "combo", list => [ &mouse::serial_ports() ], not_edit => 0, help => N("The port on which is connected your ups") }, |