diff options
author | jim-p <jimp@pfsense.org> | 2011-01-14 14:58:53 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-01-14 14:58:53 -0500 |
commit | 5a05633aa28be209338c7d8c6d109b11f2609137 (patch) | |
tree | 8e7a783e512771fec0b963f3f45f863ebfd4980d /usr/local | |
parent | 75e9ed89a98710a0bc7ccfe08a353823c9e0cadf (diff) | |
download | pfsense-5a05633aa28be209338c7d8c6d109b11f2609137.zip pfsense-5a05633aa28be209338c7d8c6d109b11f2609137.tar.gz |
Fix serial port note text.
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/system_advanced_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php index a13d153..591ab8e 100644 --- a/usr/local/www/system_advanced_admin.php +++ b/usr/local/www/system_advanced_admin.php @@ -422,7 +422,7 @@ function prot_change() { <input name="enableserial" type="checkbox" id="enableserial" value="yes" <?php if (isset($pconfig['enableserial'])) echo "checked"; ?> /> <strong><?=gettext("This will enable the first serial port with 9600/8/N/1"); ?></strong> <br> - <span class="vexpl"><?=gettext("Note: This will disable the internal video card/keyboard"); ?></span> + <span class="vexpl"><?=gettext("Note: This will redirect the console output and messages to the serial port. You can still access the console menu from the internal video card/keyboard. A <b>null modem</b> serial cable or adapter is required to use the serial console."); ?></span> </td> </tr> <tr> |