Revision fe710877
Added by Vinicius Coque about 15 years ago
usr/local/www/firewall_nat_out.php | ||
---|---|---|
291 | 291 |
</script> |
292 | 292 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
293 | 293 |
<?php if (is_subsystem_dirty('natconf')): ?><p> |
294 |
<?php print_info_box_np(gettext("The NAT configuration has been changed.<br>You must apply the changes in order for them to take effect."));?><br>
|
|
294 |
<?php print_info_box_np(gettext("The NAT configuration has been changed.")."<br>".gettext("You must apply the changes in order for them to take effect."));?><br>
|
|
295 | 295 |
<?php endif; ?> |
296 | 296 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> |
297 | 297 |
<?php |
Also available in: Unified diff
Fixing gettext() calls on firewall_nat_out.php