From 1d0a8180edf226bc471c034e1f8762a169294580 Mon Sep 17 00:00:00 2001 From: NOYB Date: Mon, 18 Jan 2016 02:09:42 -0800 Subject: fix typo --- src/usr/local/www/firewall_schedule_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/firewall_schedule_edit.php b/src/usr/local/www/firewall_schedule_edit.php index 000af1d..b4402b2 100644 --- a/src/usr/local/www/firewall_schedule_edit.php +++ b/src/usr/local/www/firewall_schedule_edit.php @@ -395,7 +395,7 @@ $input = new Form_Input( $pconfig['name'] ); -$input->setHelp((is_schedule_inuse($pconfig['name']) != true) ? 'The name of the schedule emay only consist of the characters "a-z, A-Z, 0-9 and _".': +$input->setHelp((is_schedule_inuse($pconfig['name']) != true) ? 'The name of the schedule may only consist of the characters "a-z, A-Z, 0-9 and _".': 'This schedule is in use so the name may not be modified!'); if (is_schedule_inuse($pconfig['name']) == true) { -- cgit v1.1