summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-28 15:42:35 -0200
committerRenato Botelho <renato@netgate.com>2016-01-28 15:42:35 -0200
commita341b67f98968f190c375f51f3616bcd3c2742ff (patch)
tree4480b8b07e42dd6f8d9ec3e19dc3493603761733 /src/usr
parent1e98e16953abe6861b476cea3d0e45903ca99f81 (diff)
parent4bfdf0be2321970b5228a9bc0b0824c84c7d8a2c (diff)
downloadpfsense-a341b67f98968f190c375f51f3616bcd3c2742ff.zip
pfsense-a341b67f98968f190c375f51f3616bcd3c2742ff.tar.gz
Merge pull request #2570 from phil-davis/patch-6
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/system_routes.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/system_routes.php b/src/usr/local/www/system_routes.php
index a09a3c8..0c4fcbd 100644
--- a/src/usr/local/www/system_routes.php
+++ b/src/usr/local/www/system_routes.php
@@ -303,19 +303,19 @@ foreach ($a_routes as $i => $route):
<?=htmlspecialchars($route['descr'])?>
</td>
<td>
- <a href="system_routes_edit.php?id=<?=$i?>" class="fa fa-pencil" title="<?=gettext('Edit')?>"></a>
+ <a href="system_routes_edit.php?id=<?=$i?>" class="fa fa-pencil" title="<?=gettext('Edit route')?>"></a>
- <a href="system_routes_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy')?>"></a>
+ <a href="system_routes_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy route')?>"></a>
<?php if (isset($route['disabled'])) {
?>
- <a href="?act=toggle&amp;id=<?=$i?>" class="fa fa-check-square-o" title="<?=gettext('Enable')?>"></a>
+ <a href="?act=toggle&amp;id=<?=$i?>" class="fa fa-check-square-o" title="<?=gettext('Enable route')?>"></a>
<?php } else {
?>
- <a href="?act=toggle&amp;id=<?=$i?>" class="fa fa-ban" title="<?=gettext('Disable')?>"></a>
+ <a href="?act=toggle&amp;id=<?=$i?>" class="fa fa-ban" title="<?=gettext('Disable route')?>"></a>
<?php }
?>
- <a href="system_routes.php?act=del&amp;id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete')?>"></a>
+ <a href="system_routes.php?act=del&amp;id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete route')?>"></a>
</td>
</tr>
OpenPOWER on IntegriCloud