summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-12-10 21:17:51 +0545
committerPhil Davis <phil.davis@inf.org>2014-12-10 21:17:51 +0545
commitf4d094b485ab3f5d256466f1dcfc1df65ba93372 (patch)
tree5b027e33ede0550591c6a7e3056a25d0b85a451f /usr/local
parentd7563eebc721a6eb2ca1f58136905ed4044a1a15 (diff)
downloadpfsense-f4d094b485ab3f5d256466f1dcfc1df65ba93372.zip
pfsense-f4d094b485ab3f5d256466f1dcfc1df65ba93372.tar.gz
Fixup text rule should be route
This code was obviously taken from firewall rules and reused here without changing the word "rule" to "route".
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/system_routes.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index aebe369..74e428b 100644
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -290,24 +290,24 @@ include("head.inc");
<td>
<input onmouseover="fr_insline(<?=$i;?>, true)" onmouseout="fr_insline(<?=$i;?>, false)" name="move_<?=$i;?>"
src="/themes/<?= $g['theme']; ?>/images/icons/icon_left.gif"
- title="<?=gettext("move selected rules before this rule");?>"
+ title="<?=gettext("move selected routes before this route");?>"
type="image" style="height:17;width:17;border:0" />
</td>
<td>
<a href="system_routes_edit.php?id=<?=$i;?>">
- <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit rule");?>" alt="edit" />
+ <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit route");?>" alt="edit" />
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
- <a href="system_routes.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this rule?");?>')">
- <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" title="<?=gettext("delete rule");?>" alt="delete" />
+ <a href="system_routes.php?act=del&amp;id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this route?");?>')">
+ <img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" title="<?=gettext("delete route");?>" alt="delete" />
</a>
</td>
<td>
<a href="system_routes_edit.php?dup=<?=$i;?>">
- <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new rule based on this one");?>" width="17" height="17" border="0" alt="duplicate" />
+ <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("add a new route based on this one");?>" width="17" height="17" border="0" alt="duplicate" />
</a>
</td>
</tr>
@@ -348,7 +348,7 @@ include("head.inc");
if ($i == 0):
?>
<img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x_d.gif" width="17" height="17"
- title="<?=gettext("delete selected rules");?>" border="0" alt="delete" />
+ title="<?=gettext("delete selected routes");?>" border="0" alt="delete" />
<?php
else:
?>
OpenPOWER on IntegriCloud