diff options
author | Chris Buechler <cmb@pfsense.org> | 2013-03-08 18:44:57 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2013-03-08 18:44:57 -0600 |
commit | 70fee79c520702571be842f16708f3bcdaf11601 (patch) | |
tree | ad35c02fea3de2099780719034195026246ccab4 /usr | |
parent | 6e0fc523c1ab3a09bbbcdb573ac3e1efc859599d (diff) | |
download | pfsense-70fee79c520702571be842f16708f3bcdaf11601.zip pfsense-70fee79c520702571be842f16708f3bcdaf11601.tar.gz |
fix text. Fixes #2863
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_gateway_groups_edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php index 78d919c..728eb88 100755 --- a/usr/local/www/system_gateway_groups_edit.php +++ b/usr/local/www/system_gateway_groups_edit.php @@ -143,7 +143,7 @@ if ($_POST) { } } -$pgtitle = array(gettext("System"),gettext("Gateways"),gettext("Edit gateway")); +$pgtitle = array(gettext("System"),gettext("Gateways"),gettext("Edit gateway group")); $shortcut_section = "gateway-groups"; function build_gateway_protocol_map (&$a_gateways) { @@ -222,7 +222,7 @@ jQuery(function ($) { <form action="system_gateway_groups_edit.php" method="post" name="iform" id="iform"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> - <td colspan="2" valign="top" class="listtopic"><?=gettext("Edit gateway entry"); ?></td> + <td colspan="2" valign="top" class="listtopic"><?=gettext("Edit gateway group entry"); ?></td> </tr> <tr> <td width="22%" valign="top" class="vncellreq"><?=gettext("Group Name"); ?></td> |