summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2021-03-14 11:11:55 +0200
committerYuri Chornoivan <yurchor@ukr.net>2021-03-14 11:11:55 +0200
commitaf3c032abf4b9a48014754b482c03c326e66f1c7 (patch)
treef41a5d1d80dcdbe4b42aab4352e29847eb9d18cc /control-center
parent2166370d363cbd2ad53a68400c29e0f194286e03 (diff)
downloadcontrol-center-af3c032abf4b9a48014754b482c03c326e66f1c7.tar
control-center-af3c032abf4b9a48014754b482c03c326e66f1c7.tar.gz
control-center-af3c032abf4b9a48014754b482c03c326e66f1c7.tar.bz2
control-center-af3c032abf4b9a48014754b482c03c326e66f1c7.tar.xz
control-center-af3c032abf4b9a48014754b482c03c326e66f1c7.zip
Implement proposals by Kristoffer Grundström
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center6
1 files changed, 3 insertions, 3 deletions
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'
],
),
),