diff options
-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"), |