aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-25 05:30:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-25 05:30:31 +0000
commit4c3723a282c8ce369c5b94a5bb04834264d26db1 (patch)
treed572ed3de7c846669ddf21b42cc2f7ca79d53f3b
parent04c486b2ae6519a4b19ce3d19e4300ec7ce72a90 (diff)
downloadpfsense-packages-4c3723a282c8ce369c5b94a5bb04834264d26db1.tar.gz
pfsense-packages-4c3723a282c8ce369c5b94a5bb04834264d26db1.tar.bz2
pfsense-packages-4c3723a282c8ce369c5b94a5bb04834264d26db1.zip
Refactor types
-rw-r--r--packages/per-user-bandwidth-distribution.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/per-user-bandwidth-distribution.xml b/packages/per-user-bandwidth-distribution.xml
index 07578c60..d11290a2 100644
--- a/packages/per-user-bandwidth-distribution.xml
+++ b/packages/per-user-bandwidth-distribution.xml
@@ -26,16 +26,16 @@
<type>select</type>
<options>
<option>
- <value>Byte/s</value>
- <name>Byte/s</name>
+ <value>Kbit/s</value>
+ <name>Kbit/s</name>
</option>
<option>
- <value>KByte/s</value>
- <name>KByte/s</name>
+ <value>Kbyte/s</value>
+ <name>Kbyte/s</name>
</option>
<option>
- <value>MByte/s</value>
- <name>MByte/s</name>
+ <value>Mbit/s</value>
+ <name>Mbit/s</name>
</option>
</options>
</field>