summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-28 09:27:48 +0545
committerStephen Beaver <sbeaver@netgate.com>2015-10-28 10:04:42 -0400
commitbbfa7874397a890fc89651b9d144ffc58d268026 (patch)
treee94f678437973b89deb0e3ed2b7d945bce8fd7d6 /src/usr/local/www/system_gateways.php
parent0a5e896830964465f1f516ec6a014d178ae7e856 (diff)
downloadpfsense-bbfa7874397a890fc89651b9d144ffc58d268026.zip
pfsense-bbfa7874397a890fc89651b9d144ffc58d268026.tar.gz
system_gateways text of edit button
Make it consistent with the others
Diffstat (limited to 'src/usr/local/www/system_gateways.php')
-rw-r--r--src/usr/local/www/system_gateways.php2
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'])): ?>
OpenPOWER on IntegriCloud