summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_wireless_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/interfaces_wireless_edit.php')
-rw-r--r--src/usr/local/www/interfaces_wireless_edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/interfaces_wireless_edit.php b/src/usr/local/www/interfaces_wireless_edit.php
index 07e0d08..99899c2 100644
--- a/src/usr/local/www/interfaces_wireless_edit.php
+++ b/src/usr/local/www/interfaces_wireless_edit.php
@@ -207,10 +207,10 @@ if ($input_errors) {
$form = new Form();
-$section = new Form_Section('Wireless Interface');
+$section = new Form_Section('Wireless Interface Configuration');
$section->addInput(new Form_Select(
- 'parent',
+ 'if',
'Parent Interface',
$pconfig['if'],
build_parent_list()
@@ -221,9 +221,9 @@ $section->addInput(new Form_Select(
'Mode',
$pconfig['mode'],
array(
- 'bss' => 'Infrastructure (BSS)',
- 'adhoc' => 'Ad-hoc (IBSS)',
- 'hostap' => 'Access Point'
+ 'bss' => gettext('Infrastructure (BSS)'),
+ 'adhoc' => gettext('Ad-hoc (IBSS)'),
+ 'hostap' => gettext('Access Point')
)
));
OpenPOWER on IntegriCloud