summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-28 13:14:11 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-28 13:14:11 -0300
commited2e2c476177096145acd0826d70c9e29ed1c619 (patch)
tree7f1b954fc44b1c0d6284c969ff60cb97f450a1dc /usr/local/www/system_gateway_groups.php
parent40fb81a1b5a0cad692cfe2dc44a458ee56131143 (diff)
downloadpfsense-ed2e2c476177096145acd0826d70c9e29ed1c619.zip
pfsense-ed2e2c476177096145acd0826d70c9e29ed1c619.tar.gz
Reviewing gettext()
Diffstat (limited to 'usr/local/www/system_gateway_groups.php')
-rwxr-xr-xusr/local/www/system_gateway_groups.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_gateway_groups.php b/usr/local/www/system_gateway_groups.php
index dadfa1d..a9bb475 100755
--- a/usr/local/www/system_gateway_groups.php
+++ b/usr/local/www/system_gateway_groups.php
@@ -90,8 +90,8 @@ 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
-effect."));?><br>
+<?php print_info_box_np(sprintf(gettext("The gateway configuration has been changed.%sYou must apply the changes in order for them to take
+effect."), "<br>"));?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
OpenPOWER on IntegriCloud