summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-28 22:28:11 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-28 22:28:11 +0545
commit3d4f465f884786c15d9528bc9603f18cb10b34be (patch)
tree0e48a6289dd795b6f33210d08deffcf309453099 /src/usr
parentc54a42ea6f0743ef67705d25154f6cd9483088b3 (diff)
downloadpfsense-3d4f465f884786c15d9528bc9603f18cb10b34be.zip
pfsense-3d4f465f884786c15d9528bc9603f18cb10b34be.tar.gz
Fixup text for delete rule confirmation popup
It is was asking "Are you sure you wish to delete?" On any buttons that have a confirmation popup the title text needs to be something that works on the end of "Are you sure you wish to".
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 240ae26..4e1304a 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -758,7 +758,7 @@ for ($i = 0; isset($a_filter[$i]); $i++):
<a href="?act=toggle&amp;if=<?=htmlspecialchars($if);?>&amp;id=<?=$i;?>" class="fa fa-ban" title="<?=gettext('Disable')?>"></a>
<?php }
?>
- <a href="?act=del&amp;if=<?=htmlspecialchars($if);?>&amp;id=<?=$i;?>" class="fa fa-trash" title="<?=gettext('Delete')?>"></a>
+ <a href="?act=del&amp;if=<?=htmlspecialchars($if);?>&amp;id=<?=$i;?>" class="fa fa-trash" title="<?=gettext('Delete this rule')?>"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud