summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-03-16 03:08:06 +0545
committerPhil Davis <phil.davis@inf.org>2016-03-16 03:08:06 +0545
commitf1d5b8efcec5051079d019b1a014050e1f0b3ba0 (patch)
tree0c08404988a7113e5adfa556d23e234f8dbef61e /src
parent6fefbd485808f89dc1443fd177f3f807bf859abb (diff)
downloadpfsense-f1d5b8efcec5051079d019b1a014050e1f0b3ba0.zip
pfsense-f1d5b8efcec5051079d019b1a014050e1f0b3ba0.tar.gz
Comment typos - firewall_rules
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_rules.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 7269ebf..105f673 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -904,10 +904,10 @@ events.push(function() {
// "Move to here" (anchor) action
$('[id^=Xmove_]').click(function (event) {
- // Prent click from toggleing row
+ // Prevent click from toggling row
event.stopImmediatePropagation();
- // Save teh traget rule position
+ // Save the target rule position
var anchor_row = $(this).parents("tr:first");
$('#ruletable > tbody > tr').each(function() {
@@ -923,7 +923,7 @@ events.push(function() {
}
});
- // Tempoerarily set background color so user can more easily see the moved rules, then fade
+ // Temporarily set background color so user can more easily see the moved rules, then fade
$('.highlight').effect("highlight", {color: "#739b4b;"}, 4000);
$('#ruletable tr').removeClass("highlight");
$('#order-store').removeAttr('disabled');
@@ -958,7 +958,7 @@ events.push(function() {
saving = true;
});
- // provide a warning message if the user tries to change page before saving
+ // Provide a warning message if the user tries to change page before saving
$(window).bind('beforeunload', function(){
if ((!saving && dirty) || newSeperator) {
return ("<?=gettext('You have moved one or more rules but have not yet saved')?>");
OpenPOWER on IntegriCloud