From af3c032abf4b9a48014754b482c03c326e66f1c7 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 14 Mar 2021 11:11:55 +0200 Subject: =?UTF-8?q?Implement=20proposals=20by=20Kristoffer=20Grundstr?= =?UTF-8?q?=C3=B6m?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control-center | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'control-center') diff --git a/control-center b/control-center index 60ecafc8..4498b78b 100755 --- a/control-center +++ b/control-center @@ -196,8 +196,8 @@ my @tree = ( [ "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"), 'Samba.pm', ], - [ "Manage Samba share", "sambashare", 'wizard-mdk', N("Manage Samba share"), - N("Manage, create special share, create public/user share"), 'Sambashare.pm', 1, + [ "Manage Samba share", "sambashare", 'wizard-mdk', N("Manage Samba shares"), + N("Manage, create special share, create public/user shares"), 'Sambashare.pm', 1, ], [ "Web wizard", "apache2", 'web_server-mdk', N("Configure web server"), N("Set up a web server"), 'Apache.pm', @@ -278,7 +278,7 @@ my @tree = ( N("Configure a groupware server"), 'Kolab.pm', ]), [ "Postfix wizard", "postfix", 'postfix-mdk', N("Configure mail"), - N("Configure the Internet Mail services"), 'Postfix.pm' + N("Configure the Internet mail services"), 'Postfix.pm' ], ), ), -- cgit v1.2.1