summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 13:33:03 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 13:33:03 -0300
commit9db4beef9425fc4d9bb36d3e73525282a905131b (patch)
tree2e3e21338ac3e8eb783ff13805ac0a606866c2e4 /usr/local/www/system_gateway_groups_edit.php
parent38fb1109ce44b696676a0704aa62e61eb5cd4b95 (diff)
downloadpfsense-9db4beef9425fc4d9bb36d3e73525282a905131b.zip
pfsense-9db4beef9425fc4d9bb36d3e73525282a905131b.tar.gz
Reviewing gettext() implementation
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php4
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 2d4294d..6fc035f 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -184,7 +184,7 @@ include("head.inc");
}
?>
<br/><span class="vexpl">
- <strong><?=GETTEXT("Link Priority"); ?></strong> <br />
+ <strong><?=gettext("Link Priority"); ?></strong> <br />
<?=gettext("The priority selected here defines in what order failover and balancing of links will be done.
Multiple links of the same priority will balance connections until all links in the priority will be exhausted.
If all links in a priority level are exhausted we will use the next available link(s) in the next priority level.") ?>
@@ -218,7 +218,7 @@ value="<?=htmlspecialchars($pconfig['descr']);?>">
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="Submit" type="submit" class="formbtn" value="Save"> <input type="button" value="<?=gettext("Cancel"); ?>" class="formbtn" onclick="history.back()">
+ <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>"> <input type="button" value="<?=gettext("Cancel"); ?>" class="formbtn" onclick="history.back()">
<?php if (isset($id) && $a_gateway_groups[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
<?php endif; ?>
OpenPOWER on IntegriCloud