summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 08:43:16 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 08:43:16 -0300
commitcc8aa7db73fcd048c1d23c95b1326dbf18f744f0 (patch)
tree5492767a09e321553f1b28f4ca57492bc4bc7c0f /usr/local/www/system_gateways.php
parent573439f1da9dcd5b9cd541e138e22856edaa6248 (diff)
downloadpfsense-cc8aa7db73fcd048c1d23c95b1326dbf18f744f0.zip
pfsense-cc8aa7db73fcd048c1d23c95b1326dbf18f744f0.tar.gz
Fixing gettext() call
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index f23f782..28a3fe5 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -105,7 +105,7 @@ include("head.inc");
<input type="hidden" name="y1" value="1">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('staticroutes')): ?><p>
-<?php print_info_box_np(gettext("The gateway configuration has been changed.<br>You must apply the changes in order for them to take
+<?php print_info_box_np(gettext("The gateway configuration has been changed.") . "<br>" . gettext("You must apply the changes in order for them to take
effect."));?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud