aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-08-07 20:58:19 -0400
committerChris Buechler <cmb@pfsense.org>2010-08-07 20:58:19 -0400
commit121c2868228f0bf382190c1bda3968a60fe512fe (patch)
tree83962574710079d124a40cf776901cd90048cb08
parent8fe0112b12e5626a9e8d1be6fab6ba4531d8d42e (diff)
downloadpfsense-packages-121c2868228f0bf382190c1bda3968a60fe512fe.tar.gz
pfsense-packages-121c2868228f0bf382190c1bda3968a60fe512fe.tar.bz2
pfsense-packages-121c2868228f0bf382190c1bda3968a60fe512fe.zip
fix text. cvstrac 1639
-rw-r--r--config/bandwidthd/bandwidthd.inc2
-rw-r--r--config/bandwidthd/bandwidthd.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/config/bandwidthd/bandwidthd.inc b/config/bandwidthd/bandwidthd.inc
index 262530ce..39a10635 100644
--- a/config/bandwidthd/bandwidthd.inc
+++ b/config/bandwidthd/bandwidthd.inc
@@ -154,7 +154,7 @@ $output_cdf
#Read back the cdf file on startup
$recover_cdf
-#Libpcap format filter string used to control what bandwidthd see's
+#Libpcap format filter string used to control what bandwidthd sees
#Please always include "ip" in the string to avoid strange problems
$filter_text
diff --git a/config/bandwidthd/bandwidthd.xml b/config/bandwidthd/bandwidthd.xml
index 7d91ce77..699907ef 100644
--- a/config/bandwidthd/bandwidthd.xml
+++ b/config/bandwidthd/bandwidthd.xml
@@ -122,14 +122,14 @@
<field>
<fielddescr>filter</fielddescr>
<fieldname>filter</fieldname>
- <description>Libpcap format filter string used to control what bandwidthd see's. Please always include "ip" in the string to avoid strange problems.</description>
+ <description>Libpcap format filter string used to control what bandwidthd sees. Please always include "ip" in the string to avoid strange problems.</description>
<type>input</type>
<value>ip</value>
</field>
<field>
<fielddescr>Draw Graphs</fielddescr>
<fieldname>drawgraphs</fieldname>
- <description>This default to true to graph the traffic bandwidthd is recording. Usually set this to false if you only want cdf output or you are using the database output option. Bandwidthd will use very little ram and cpu if this is set to false.</description>
+ <description>This defaults to true to graph the traffic bandwidthd is recording. Set this to false if you only want cdf output or you are using the database output option. Bandwidthd will use very little RAM and CPU if this is set to false.</description>
<type>checkbox</type>
<value>checked</value>
</field>