Project

General

Profile

« Previous | Next » 

Revision c4a10cd1

Added by Erik Fonnesbeck almost 15 years ago

Fix printf that should be sprintf.

View differences:

usr/local/www/interfaces.php
994 994
	<form action="interfaces.php" method="post" name="iform" id="iform">
995 995
		<?php if ($input_errors) print_input_errors($input_errors); ?>
996 996
		<?php if (is_subsystem_dirty('interfaces')): ?><p>
997
		<?php print_info_box_np(printf(gettext("The '%s' configuration has been changed."),$wancfg['descr'])."<p>".gettext("You must apply the changes in order for them to take effect.")."<p>".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?><br />
997
		<?php print_info_box_np(sprintf(gettext("The '%s' configuration has been changed."),$wancfg['descr'])."<p>".gettext("You must apply the changes in order for them to take effect.")."<p>".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?><br />
998 998
		<?php endif; ?>
999 999
		<?php if ($savemsg) print_info_box($savemsg); ?>
1000 1000
		<table width="100%" border="0" cellpadding="6" cellspacing="0">

Also available in: Unified diff