From 7f815541aeafdc10d2cadf59ca1d26495a090163 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 30 Mar 2018 11:16:09 +0200 Subject: [PATCH] core: better description for previous --- src/etc/inc/plugins.inc.d/core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/plugins.inc.d/core.inc b/src/etc/inc/plugins.inc.d/core.inc index 6a39b3174..a5438d81d 100644 --- a/src/etc/inc/plugins.inc.d/core.inc +++ b/src/etc/inc/plugins.inc.d/core.inc @@ -131,7 +131,7 @@ function core_services() ); $services[] = array( - 'description' => gettext('login (sync users and groups)'), + 'description' => gettext('Users and Groups'), 'php' => array( "restart" => array('system_login_configure') ),