Commit ef897236 authored by Franco Fichtner's avatar Franco Fichtner

src: fix spelling errors

Submitted by: Calexium
parent 5e19a31f
......@@ -52,7 +52,7 @@
<label>direction</label>
<type>dropdown</type>
<advanced>true</advanced>
<help>matches incomming or outgoing packets or both (default)</help>
<help>matches incoming or outgoing packets or both (default)</help>
</field>
<field>
<id>rule.target</id>
......
......@@ -106,13 +106,13 @@
<maxDownloadSize type="IntegerField">
<default>2048</default>
<MinimumValue>1</MinimumValue>
<ValidationMessage>Specify the maximum download size. (number of KB's)</ValidationMessage>
<ValidationMessage>Specify the maximum download size. (number of KBs)</ValidationMessage>
<Required>N</Required>
</maxDownloadSize>
<maxUploadSize type="IntegerField">
<default>1024</default>
<MinimumValue>1</MinimumValue>
<ValidationMessage>Specify the maximum upload size. (number of KB's)</ValidationMessage>
<ValidationMessage>Specify the maximum upload size. (number of KBs)</ValidationMessage>
<Required>N</Required>
</maxUploadSize>
<OverallBandwidthTrotteling type="IntegerField">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment