summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-06-27 01:27:30 -0400
committerChris Buechler <cmb@pfsense.org>2010-06-27 01:27:30 -0400
commite88ace756391836878b81e8b4fb88776d96872c5 (patch)
treeb665b7b62fc850ea3dcd6d70e71e5ece8951a203 /usr
parent04735a091f2efc00baf45997124f5dec61d257e7 (diff)
downloadpfsense-e88ace756391836878b81e8b4fb88776d96872c5.zip
pfsense-e88ace756391836878b81e8b4fb88776d96872c5.tar.gz
fix gettext
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 700ba41..98d1e81 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -375,7 +375,7 @@ function show_advanced_gateway() {
?>
<input name="monitor" type="text" id="monitor" value="<?php echo $monitor; ?>" />
<strong><?=gettext("Alternative monitor IP"); ?></strong> <br />
- <?gettext("Enter an alternative address here to be used to monitor the link. This is used for the " .
+ <?=gettext("Enter an alternative address here to be used to monitor the link. This is used for the " .
"quality RRD graphs as well as the load balancer entries. Use this if the gateway does not respond " .
"to ICMP echo requests (pings)"); ?>.</strong>
<br />
OpenPOWER on IntegriCloud