diff options
author | Phil Davis <phil.davis@inf.org> | 2015-10-28 09:27:48 +0545 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-10-28 10:04:42 -0400 |
commit | bbfa7874397a890fc89651b9d144ffc58d268026 (patch) | |
tree | e94f678437973b89deb0e3ed2b7d945bce8fd7d6 /src | |
parent | 0a5e896830964465f1f516ec6a014d178ae7e856 (diff) | |
download | pfsense-bbfa7874397a890fc89651b9d144ffc58d268026.zip pfsense-bbfa7874397a890fc89651b9d144ffc58d268026.tar.gz |
system_gateways text of edit button
Make it consistent with the others
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/system_gateways.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways.php b/src/usr/local/www/system_gateways.php index e70db55..5a6e701 100644 --- a/src/usr/local/www/system_gateways.php +++ b/src/usr/local/www/system_gateways.php @@ -306,7 +306,7 @@ foreach ($a_gateways as $i => $gateway): <?=htmlspecialchars($gateway['descr'])?> </td> <td> - <a href="system_gateways_edit.php?id=<?=$i?>" class="fa fa-pencil" title="<?=gettext("edit");?>"></a> + <a href="system_gateways_edit.php?id=<?=$i?>" class="fa fa-pencil" title="<?=gettext('Edit');?>"></a> <a href="system_gateways_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy')?>"></a> <? if (is_numeric($gateway['attribute'])): ?> |