summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc')
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index 08121e3..e02b5cf 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -148,7 +148,8 @@ function step2_stepbeforeformdisplay() {
$field = array();
$field['name'] = "conn{$i}interface";
$field['type'] = "select";
- $field['typehint'] = "Interface of this connection.";
+ $interface_real = $i+1;
+ $field['typehint'] = "Select interface #{$interface_real} that you would like to shape";
$field['options']['option'] = array();
foreach ($iflist as $ifname) {
$opts = array();
OpenPOWER on IntegriCloud