diff options
author | jim-p <jimp@pfsense.org> | 2010-08-13 17:42:19 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-08-13 17:42:40 -0400 |
commit | 120c21bd1661698ca8b597c899c13ed7d90469ae (patch) | |
tree | d9453106e66ef64c1d177304b4655b75fa539a03 /usr | |
parent | 94933d561cdd67db602d5e5391bdf6ae84e3709b (diff) | |
download | pfsense-120c21bd1661698ca8b597c899c13ed7d90469ae.zip pfsense-120c21bd1661698ca8b597c899c13ed7d90469ae.tar.gz |
Remove stray )
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces_assign.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php index 565245b..94f0a38 100755 --- a/usr/local/www/interfaces_assign.php +++ b/usr/local/www/interfaces_assign.php @@ -383,7 +383,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed")) <form action="interfaces_assign.php" method="post" name="iform" id="iform"> <?php if (file_exists("/tmp/reload_interfaces")): ?><p> - <?php print_info_box_np(gettext("The interface configuration has been changed.<br>You must apply the changes in order for them to take effect)."));?><br> + <?php print_info_box_np(gettext("The interface configuration has been changed.<br>You must apply the changes in order for them to take effect."));?><br> <?php elseif($savemsg): ?> <?php print_info_box($savemsg); ?> <?php endif; ?> |