summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-09-27 17:44:03 +0545
committerPhil Davis <phil.davis@inf.org>2014-09-27 17:44:03 +0545
commit0a97a7bb31d4746879cb1085b8e82721bee8c977 (patch)
tree720e6da3c6ce5e4d76cbd869bffd1d5940d93539 /usr/local/www/firewall_schedule_edit.php
parent51dc66c9538eb1b0124a9096e184820d9afb9e70 (diff)
downloadpfsense-0a97a7bb31d4746879cb1085b8e82721bee8c977.zip
pfsense-0a97a7bb31d4746879cb1085b8e82721bee8c977.tar.gz
Spelling
Diffstat (limited to 'usr/local/www/firewall_schedule_edit.php')
-rw-r--r--usr/local/www/firewall_schedule_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_schedule_edit.php b/usr/local/www/firewall_schedule_edit.php
index 31aa97a..f8dce20 100644
--- a/usr/local/www/firewall_schedule_edit.php
+++ b/usr/local/www/firewall_schedule_edit.php
@@ -4,7 +4,7 @@
Copyright (C) 2004 Scott Ullrich
All rights reserved.
- originially part of m0n0wall (http://m0n0.ch/wall)
+ originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
@@ -123,7 +123,7 @@ if ($_POST) {
continue;
}
if (!preg_match('/^[0-9]+:[0-9]+$/', $_POST['stoptime' . $x])) {
- $input_errors[] = sprintf(gettext("Invalid start time - '%s'"), $_POST['stoptime' . $x]);
+ $input_errors[] = sprintf(gettext("Invalid stop time - '%s'"), $_POST['stoptime' . $x]);
continue;
}
$timerangeFound = true;
@@ -914,7 +914,7 @@ EOD;
} //end for loop
?>
<br />
- <?=gettext("Click individual date to select that date only. Click the appropriate weekday Header to select all occurences of that weekday.");?>
+ <?=gettext("Click individual date to select that date only. Click the appropriate weekday Header to select all occurrences of that weekday.");?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud