diff --git a/cisco_wlc.mkp b/cisco_wlc.mkp
index e4ab5c51a001361c9367b37bbc4086e5d688f406..e167fda6976abd0946257654d56124a16a6595b2 100644
Binary files a/cisco_wlc.mkp and b/cisco_wlc.mkp differ
diff --git a/packages/cisco_wlc b/packages/cisco_wlc
index 4a890b30bd258835233088594a938f6247b7d83f..37bf2734207d5a7f97b8a7092fc9ed2630cb16a6 100644
--- a/packages/cisco_wlc
+++ b/packages/cisco_wlc
@@ -14,7 +14,7 @@
  'name': 'cisco_wlc',
  'num_files': 3,
  'title': 'monitor Cisco WLC APs',
- 'version': '20210729.v0.5b',
+ 'version': '20210730.v0.5b',
  'version.min_required': '2.0.0',
  'version.packaged': '2021.07.14',
  'version.usable_until': None}
\ No newline at end of file
diff --git a/web/plugins/wato/cisco_wlc.py b/web/plugins/wato/cisco_wlc.py
index 7cb4f535f6c5261cbf981d3554035943f784576c..e4b1a2cab0dcde2a9b265604c2bd6a3d8247daa9 100644
--- a/web/plugins/wato/cisco_wlc.py
+++ b/web/plugins/wato/cisco_wlc.py
@@ -37,57 +37,57 @@ def _parameter_valuespec_cisco_wlc():
              )),
             ('state_ap_adminstatus',
              MonitoringState(
-                 title=_('State if AP admin enabled'),
+                 title=_('State if AP is not admin enabled'),
                  help=_('Set the monitoring state if the access point is not in "admin enable". Default is WARN.'),
                  default_value=1,
              )),
             ('state_ap_operationstatus',
              MonitoringState(
-                 title=_('State if AP not operational'),
+                 title=_('State if AP is not operational'),
                  help=_('Set the monitoring state if the access point is not in "operational" state. Default is WARN.'),
                  default_value=1,
              )),
             ('state_ap_telnetenable',
              MonitoringState(
-                 title=_('State if Telnet enabled'),
+                 title=_('State if Telnet is enabled'),
                  help=_('Set the monitoring state if the access point has telnet access enabled. Default is CRIT.'),
                  default_value=2,
              )),
             ('state_ap_sshenable',
              MonitoringState(
-                 title=_('State if SSH enabled'),
+                 title=_('State if SSH is enabled'),
                  help=_('Set the monitoring state if the access point has SSH access enabled. Default is WARN.'),
                  default_value=1,
              )),
             ('stateap_encryptionenable',
              MonitoringState(
-                 title=_('State if encryption not enabled'),
+                 title=_('State if encryption is not enabled'),
                  help=_('Set the monitoring state if the LEAP/CAPWAP tunnel encryption nor enabled. Default is WARN.'),
                  default_value=1,
              )),
             ('state_ap_dataencryptionstatus',
              MonitoringState(
-                 title=_('State if encryption not active'),
+                 title=_('State if encryption is not active'),
                  help=_('Set the monitoring state if the LWAP/CAPWAP tunnel encryption enabled but not active. '
                         'Default is WARN.'),
                  default_value=1,
              )),
             ('state_ap_powerstatus',
              MonitoringState(
-                 title=_('State if AP not on full power'),
+                 title=_('State if AP is not on full power'),
                  help=_('Set the monitoring state if the access point not on full power. Default is CRIT.'),
                  default_value=2,
              )),
             ('state_cdp_duplex',
              MonitoringState(
-                 title=_('State if the "half duplex"'),
+                 title=_('State if CDP "half duplex"'),
                  help=_('Set the monitoring state if the the CDP neighbour info for "duplex" is "half duplex". '
                         'Default is WARN.'),
                  default_value=1,
              )),
             ('state_cdp_change',
              MonitoringState(
-                 title=_('State if CDP info changed/missing'),
+                 title=_('State if CDP info is changed/missing'),
                  help=_('Set the monitoring state if the CDP info from the access point has changed or is missing. '
                         'This happens if the AP was moved to a different switch/interface. The CDP info will be used '
                         'to help locating a missing access point. '