Revision 70fee79c
Added by Chris Buechler over 12 years ago
usr/local/www/system_gateway_groups_edit.php | ||
---|---|---|
143 | 143 |
} |
144 | 144 |
} |
145 | 145 |
|
146 |
$pgtitle = array(gettext("System"),gettext("Gateways"),gettext("Edit gateway")); |
|
146 |
$pgtitle = array(gettext("System"),gettext("Gateways"),gettext("Edit gateway group"));
|
|
147 | 147 |
$shortcut_section = "gateway-groups"; |
148 | 148 |
|
149 | 149 |
function build_gateway_protocol_map (&$a_gateways) { |
... | ... | |
222 | 222 |
<form action="system_gateway_groups_edit.php" method="post" name="iform" id="iform"> |
223 | 223 |
<table width="100%" border="0" cellpadding="6" cellspacing="0"> |
224 | 224 |
<tr> |
225 |
<td colspan="2" valign="top" class="listtopic"><?=gettext("Edit gateway entry"); ?></td> |
|
225 |
<td colspan="2" valign="top" class="listtopic"><?=gettext("Edit gateway group entry"); ?></td>
|
|
226 | 226 |
</tr> |
227 | 227 |
<tr> |
228 | 228 |
<td width="22%" valign="top" class="vncellreq"><?=gettext("Group Name"); ?></td> |
Also available in: Unified diff
fix text. Fixes #2863