summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-18 01:42:28 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-18 01:42:28 -0800
commit9b5ad3edf8908c8d65361ec3cf7ea1169e7d9e74 (patch)
treeaddd77d43c6f0e096b64e9fe9b5bcb74ef0e7496 /src
parenta591072b1203b918086ac1b208e5897c5b76017f (diff)
downloadpfsense-9b5ad3edf8908c8d65361ec3cf7ea1169e7d9e74.zip
pfsense-9b5ad3edf8908c8d65361ec3cf7ea1169e7d9e74.tar.gz
s/schedule/alias
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_schedule_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_schedule_edit.php b/src/usr/local/www/firewall_schedule_edit.php
index 019722e..000af1d 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 alias may 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 emay 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) {
OpenPOWER on IntegriCloud