diff options
author | Chris Buechler <cmb@cmb-macbook-pro.local> | 2009-04-18 03:37:07 -0400 |
---|---|---|
committer | Chris Buechler <cmb@cmb-macbook-pro.local> | 2009-04-18 03:37:07 -0400 |
commit | bd1072b54eda6c3e64c76033e4b01f49d6648e85 (patch) | |
tree | 8e30a801a9dd9fd8721b2c6e72ac22fb31eb537e /usr | |
parent | eff8869ef1006ed35e6f484cb6235b88cbfddfbe (diff) | |
download | pfsense-bd1072b54eda6c3e64c76033e4b01f49d6648e85.zip pfsense-bd1072b54eda6c3e64c76033e4b01f49d6648e85.tar.gz |
touch up text
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_advanced_network.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php index 0088caa..8919dce 100644 --- a/usr/local/www/system_advanced_network.php +++ b/usr/local/www/system_advanced_network.php @@ -219,11 +219,11 @@ function enable_change(enable_over) { </td> </tr> <tr> - <td width="22%" valign="top" class="vncell">Arp Handling</td> + <td width="22%" valign="top" class="vncell">ARP Handling</td> <td width="78%" class="vtable"> <input name="sharednet" type="checkbox" id="sharednet" value="yes" <?php if (isset($pconfig['sharednet'])) echo "checked"; ?> /> <strong>Suppress ARP messages</strong><br> - This option will suppress ARP messages when interfaces share the same physical network</strong> + This option will suppress ARP log messages when multiple interfaces reside on the same broadcast domain</strong> </td> </tr> <tr> |