diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-02-22 02:07:19 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-02-22 02:07:19 -0500 |
commit | 55e52bc6bd8f51e1a8d8d2c1e94d819063d658b6 (patch) | |
tree | 28d320ddc4b0daa85f958b4d0c55e6ecca71b6db /usr/local/www | |
parent | 9301de7eae380eac0890db11d57c6c7aecdcbe3e (diff) | |
download | pfsense-55e52bc6bd8f51e1a8d8d2c1e94d819063d658b6.zip pfsense-55e52bc6bd8f51e1a8d8d2c1e94d819063d658b6.tar.gz |
fix text
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/services_dhcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index b7fa1b7..f177dbb 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -113,7 +113,7 @@ if($config['installedpackages']['olsrd']) { } if (!$_GET['if']) - $savemsg = "<b>The DHCP Server can only be enabled on interfaces configured with static IP addresses.<p> The interfaces not configured with a static IP will not be shown.</p></b>"; + $savemsg = "<b>The DHCP Server can only be enabled on interfaces configured with static IP addresses.<p> Only interfaces configured with a static IP will be shown.</p></b>"; $iflist = get_configured_interface_with_descr(); |