Commit 162fdcb2 authored by Fabian Franz's avatar Fabian Franz

fixes for #427 in interfaces_wireless.php

parent b06b01a0
...@@ -68,7 +68,7 @@ $pgtitle = array(gettext("Interfaces"),gettext("Wireless")); ...@@ -68,7 +68,7 @@ $pgtitle = array(gettext("Interfaces"),gettext("Wireless"));
include("head.inc"); include("head.inc");
$main_buttons = array( $main_buttons = array(
array('href'=>'interfaces_wireless_edit.php', 'label'=>'Add'), array('href'=>'interfaces_wireless_edit.php', 'label'=>gettext('Add')),
); );
?> ?>
......
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