(tinc) remove plugin help

This commit is contained in:
Ad Schellevis 2016-11-25 07:57:55 +01:00
parent 6957b19ec8
commit ce2e9e42e9

View file

@ -104,6 +104,5 @@ function tinc_xmlrpc_sync()
$result['id'] = 'tincvpn';
$result['section'] = 'OPNsense.Tinc';
$result['description'] = 'Tinc VPN';
$result['help'] = gettext('Synchronize Tinc VPN settings to backup');
return array($result);
}