From 5b8aa8f70056f406b491dd30b43d35de3da29df5 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 19 Sep 2014 19:43:46 -0700 Subject: [PATCH] MDL-45758 tool_monitor: fixed typo Original issue - MDL-47152 --- admin/tool/monitor/lang/en/tool_monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/monitor/lang/en/tool_monitor.php b/admin/tool/monitor/lang/en/tool_monitor.php index e7e510a731a..b1529b57bee 100644 --- a/admin/tool/monitor/lang/en/tool_monitor.php +++ b/admin/tool/monitor/lang/en/tool_monitor.php @@ -67,7 +67,7 @@ $string['selectcourse'] = 'Visit this report at course level to get a list of po $string['selectevent'] = 'Select an event:'; $string['selectevent_help'] = "Select an event to monitor."; $string['selectfrequency'] = 'Frequency of events:'; -$string['selectfrequency_help'] = "Frequency defines the denisty of the event occurance. Select criterias to define how frequently the event should happen to trigger the notification."; +$string['selectfrequency_help'] = "Frequency defines the denisty of the event occurrence. Select criterias to define how frequently the event should happen to trigger the notification."; $string['selectminutes'] = 'in minutes:'; $string['selectplugin'] = 'Select the plugin type:'; $string['selectplugin_help'] = "Select a plugin that you are interested in monitoring.";