summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-16 15:48:39 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-16 15:48:39 -0300
commit902f86b9b91d5ed6ebad6d2e74f94725d42e5f1f (patch)
tree7c75ff113523056e714be15504311b3ea7c4c3ae /usr/local/www/load_balancer_pool.php
parentf8ec8de4f36c2403739acf90f32d7862e17fde6b (diff)
downloadpfsense-902f86b9b91d5ed6ebad6d2e74f94725d42e5f1f.zip
pfsense-902f86b9b91d5ed6ebad6d2e74f94725d42e5f1f.tar.gz
Corrections gettext implementation on load_balancer_pool.php
Diffstat (limited to 'usr/local/www/load_balancer_pool.php')
-rwxr-xr-xusr/local/www/load_balancer_pool.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php
index 2cb4ff8..d88a3e6 100755
--- a/usr/local/www/load_balancer_pool.php
+++ b/usr/local/www/load_balancer_pool.php
@@ -108,7 +108,7 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('loadbalancer')): ?><p>
-<?php print_info_box_np(gettext("The load balancer configuration has been changed") ".<br>" . gettext("You must apply the changes in order for them to take effect."));?><br>
+<?php print_info_box_np(sprintf(gettext("The load balancer 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><td class="tabnavtbl">
OpenPOWER on IntegriCloud