diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-14 13:44:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-14 13:44:56 +0000 |
commit | de4e5295c40bf1dd372556ad9d53b98c27551584 (patch) | |
tree | 8803d7552c80052619e5a0e39257559a96493939 | |
parent | c2fcc3444a65cac8ef4de76c9f05e21df4069993 (diff) | |
download | control-center-de4e5295c40bf1dd372556ad9d53b98c27551584.tar control-center-de4e5295c40bf1dd372556ad9d53b98c27551584.tar.gz control-center-de4e5295c40bf1dd372556ad9d53b98c27551584.tar.bz2 control-center-de4e5295c40bf1dd372556ad9d53b98c27551584.tar.xz control-center-de4e5295c40bf1dd372556ad9d53b98c27551584.zip |
typo fix (Arpad Biro)
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index 862a326b..9b211786 100755 --- a/control-center +++ b/control-center @@ -655,7 +655,7 @@ my %programs = description => N("UPS"), long_description => #-PO: here power means electrical power - N("Set up an UPS for power monitoring"), + N("Set up a UPS for power monitoring"), icon => 'drakups-mdk', }, @@ -724,7 +724,7 @@ my @tree = [ (wizard_format(# [ id, wizard file name, icon, description ] [ "FTP wizard", "proftpd", 'ftp-mdk', N("Configure FTP"), - N("Set up a FTP server"), + N("Set up an FTP server"), ], [ "Samba wizard", "samba", 'samba_server-mdk', N("Configure Samba"), N("Set up a file and print server for workstations running Linux and non-Linux systems"), |