fix up text

This commit is contained in:
Chris Buechler 2015-09-15 14:06:43 -05:00
parent 54c605d497
commit 844cbbe9f0

View File

@ -485,8 +485,8 @@ if($act=="new" || $act=="edit"):
// are nested toggles
$section->addInput(new Form_Checkbox(
'netbios_enable',
'Netbios Option',
'Enable Netbios over TCP/IP',
'NetBIOS Options',
'Enable NetBIOS over TCP/IP',
$pconfig['netbios_enable']
))->setHelp('If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled. ');