summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_assign.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-08-13 17:42:19 -0400
committerjim-p <jimp@pfsense.org>2010-08-13 17:42:40 -0400
commit120c21bd1661698ca8b597c899c13ed7d90469ae (patch)
treed9453106e66ef64c1d177304b4655b75fa539a03 /usr/local/www/interfaces_assign.php
parent94933d561cdd67db602d5e5391bdf6ae84e3709b (diff)
downloadpfsense-120c21bd1661698ca8b597c899c13ed7d90469ae.zip
pfsense-120c21bd1661698ca8b597c899c13ed7d90469ae.tar.gz
Remove stray )
Diffstat (limited to 'usr/local/www/interfaces_assign.php')
-rwxr-xr-xusr/local/www/interfaces_assign.php2
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; ?>
OpenPOWER on IntegriCloud