From af3de0e8420222d13a08dbac09b999f0bb51132f Mon Sep 17 00:00:00 2001 From: Laurent Pinsivy <lpinsivy@gmail.com> Date: Thu, 19 Nov 2015 18:38:01 +0100 Subject: [PATCH] correct typo --- CHANGELOG | 2 +- .../options/accessLists/resourcesACL/formResourcesAccess.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 191c285785..7c85acdcb0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2007,7 +2007,7 @@ Fixes a lot of wordings => Bugfix : remove errors in SQL install => Bugfix : remove errors in PHP install => Bugfix : remove problem with SHELL install : chmod on module directory -=> Feature : Add possibilty to link host/service with contactgroups and contacts. +=> Feature : Add possibility to link host/service with contactgroups and contacts. => Bugfix : optimize XML for EventLogs ## Centreon 2.0-b6 diff --git a/www/include/options/accessLists/resourcesACL/formResourcesAccess.php b/www/include/options/accessLists/resourcesACL/formResourcesAccess.php index 549bcf86c6..38898f079d 100644 --- a/www/include/options/accessLists/resourcesACL/formResourcesAccess.php +++ b/www/include/options/accessLists/resourcesACL/formResourcesAccess.php @@ -244,7 +244,7 @@ $form->addElement('header', 'Host_infos', _("Shared Resouces")); $form->addElement('header', 'help', _("Help")); - $form->addElement('header', 'HSharedExplain', _("<b><i>Help :</i></b> Select hosts and hostgroups that can be seen by associated users. You also have the possibilty to exclude host(s) from selected hostgroup(s).")); + $form->addElement('header', 'HSharedExplain', _("<b><i>Help :</i></b> Select hosts and hostgroups that can be seen by associated users. You also have the possibility to exclude host(s) from selected hostgroup(s).")); $form->addElement('header', 'SSharedExplain', _("<b><i>Help :</i></b> Select services that can be seen by associated users.")); $form->addElement('header', 'MSSharedExplain', _("<b><i>Help :</i></b> Select meta services that can be seen by associated users.")); $form->addElement('header', 'FilterExplain', _("<b><i>Help :</i></b> Select the filter(s) you want to apply to the resource definition for a more restrictive view.")); -- GitLab