From c4a10cd10849d7bba2cfbb93ef659fd7f3ae8bf4 Mon Sep 17 00:00:00 2001 From: Erik Fonnesbeck Date: Thu, 5 Aug 2010 03:38:54 -0600 Subject: [PATCH] Fix printf that should be sprintf. --- usr/local/www/interfaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 81a57d6fb6..d4531886bb 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -994,7 +994,7 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"

- ".gettext("You must apply the changes in order for them to take effect.")."

".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?>
+ ".gettext("You must apply the changes in order for them to take effect.")."

".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?>