diff options
author | Chris Buechler <cmb@pfsense.org> | 2007-12-24 07:08:01 +0000 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2007-12-24 07:08:01 +0000 |
commit | 4297bc4954dc0822c814839c2e16bca18826995e (patch) | |
tree | 4ea896dcb960cec1c042b4405d692dc6ee7cee17 /usr/local | |
parent | d0d2c004d7423aaa0e51cd951bccc0316ab08044 (diff) | |
download | pfsense-4297bc4954dc0822c814839c2e16bca18826995e.zip pfsense-4297bc4954dc0822c814839c2e16bca18826995e.tar.gz |
fix typo
Ticket 1555
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/interfaces_vlan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php index 7932283..09f69f3 100755 --- a/usr/local/www/interfaces_vlan.php +++ b/usr/local/www/interfaces_vlan.php @@ -95,7 +95,7 @@ include("head.inc"); <?php include("fbegin.inc"); ?> <p class="pgtitle"><?=$pgtitle?></p> <?php if ($input_errors) print_input_errors($input_errors); ?> -<?php if (file_exists($d_sysrebootreqd_path)) print_info_box("VLAN interfaces configured has changed. You must <a href='system_reboot.php'>reboot</a> for the changes to be applied."); ?> +<?php if (file_exists($d_sysrebootreqd_path)) print_info_box("VLAN configuration has changed. You must <a href='system_reboot.php'>reboot</a> for the changes to be applied."); ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> <?php |