Revision 902f86b9
Added by Carlos Eduardo Ramos almost 15 years ago
usr/local/www/load_balancer_pool.php | ||
---|---|---|
108 | 108 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
109 | 109 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
110 | 110 |
<?php if (is_subsystem_dirty('loadbalancer')): ?><p> |
111 |
<?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>
|
|
111 |
<?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>
|
|
112 | 112 |
<?php endif; ?> |
113 | 113 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
114 | 114 |
<tr><td class="tabnavtbl"> |
Also available in: Unified diff
Corrections gettext implementation on load_balancer_pool.php