summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-03 21:20:43 -0400
committerScott Ullrich <sullrich@su.local>2009-09-03 21:20:43 -0400
commit0ece92a1c029666e8bc672345db1265c665851cc (patch)
tree87816c45510f4c35554b6b794a3d03dd747d9351 /usr/local/www
parenta2c311e6ae1cecaf4d3d5582694839b761f39310 (diff)
downloadpfsense-0ece92a1c029666e8bc672345db1265c665851cc.zip
pfsense-0ece92a1c029666e8bc672345db1265c665851cc.tar.gz
Change numberconnections to Enter number of XXX type connections
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml8
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.xml2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.xml4
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml2
4 files changed, 7 insertions, 9 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index e3434d6..7bfef0d 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -1,8 +1,7 @@
<?xml version="1.0"?>
<pfsensewizard>
- <copyright>/* $Id$ */
-
- traffic_shaper_wizard.xml
+ <copyright>
+ traffic_shaper_wizard.xml
part of pfSense (http://www.pfsense.org/)
Copyright (C) 2005 Bill Marquette - bill.marquette@gmail.com.
@@ -30,7 +29,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/</copyright>
-
<totalsteps>9</totalsteps>
<step>
<id>1</id>
@@ -39,7 +37,7 @@
<description>This wizard will guide you through setting up the pfSense traffic shaper.</description>
<fields>
<field>
- <name>numberofconnections</name>
+ <name>Enter number of WAN connections</name>
<type>input</type>
<validate>^[0-9]+$</validate>
<description>Number of connections you have</description>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
index 5ad2886..4c1c376 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
@@ -43,7 +43,7 @@
<name>Traffic shaper Wizard</name>
</field>
<field>
- <name>numberofconnections</name>
+ <name>Enter number of WAN type connections</name>
<type>input</type>
<validate>^[0-9]+$</validate>
<description>Number of connections you have</description>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
index cac3a79..2009e95 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
@@ -43,14 +43,14 @@
<name>Traffic shaper Wizard</name>
</field>
<field>
- <name>numberofconnections</name>
+ <name>Enter number of WAN type connections</name>
<type>input</type>
<validate>^[0-9]+$</validate>
<description>Number of connections you have</description>
<bindstofield>ezshaper->step1->numberofconnections</bindstofield>
</field>
<field>
- <name>numberoflocalinterfaces</name>
+ <name>Enter number of LAN type interfaces</name>
<type>input</type>
<validate>^[0-9]+$</validate>
<description>Number of local interfaces you have</description>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
index 78b9863..256f7a4 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
@@ -39,7 +39,7 @@
<description>This wizard will guide you through setting up the pfSense traffic shaper.</description>
<fields>
<field>
- <name>numberofconnections</name>
+ <name>Enter number of LAN type connections</name>
<type>input</type>
<validate>^[0-9]+$</validate>
<description>Number of local interfaces you have</description>
OpenPOWER on IntegriCloud