summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
commit0e94685b3afa5ebec229976889d1e9030b3189d7 (patch)
treefc49c4236b652d8c8b493ddfe6032e706e728358 /usr/local/www/system_gateway_groups.php
parent4d473c89f7e48103b188531006a1149755a7ea94 (diff)
downloadpfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.zip
pfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system_gateway_groups.php')
-rwxr-xr-xusr/local/www/system_gateway_groups.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system_gateway_groups.php b/usr/local/www/system_gateway_groups.php
index a9bb475..3cd39c8 100755
--- a/usr/local/www/system_gateway_groups.php
+++ b/usr/local/www/system_gateway_groups.php
@@ -90,8 +90,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(sprintf(gettext("The gateway configuration has been changed.%sYou must apply the changes in order for them to take
-effect."), "<br>"));?><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