From 0a97a7bb31d4746879cb1085b8e82721bee8c977 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sat, 27 Sep 2014 17:44:03 +0545 Subject: Spelling --- usr/local/www/firewall_schedule_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr') 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 . 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 ?>
- + -- cgit v1.1