Commit 059db553 authored by Fabian Franz's avatar Fabian Franz Committed by Franco Fichtner

fixes for #427

(cherry picked from commit 1961849d)
parent 89f5508f
......@@ -82,7 +82,7 @@ $shortcut_section = "interfaces";
include("head.inc");
$main_buttons = array(
array('href'=>'interfaces_bridge_edit.php', 'label'=>'Add'),
array('href'=>'interfaces_bridge_edit.php', 'label'=>gettext('Add')),
);
?>
......
......@@ -72,7 +72,7 @@ $shortcut_section = "interfaces";
include("head.inc");
$main_buttons = array(
array('href'=>'interfaces_gif_edit.php', 'label'=>'Add'),
array('href'=>'interfaces_gif_edit.php', 'label'=>gettext('Add')),
);
?>
......
......@@ -71,7 +71,7 @@ $shortcut_section = "interfaces";
include("head.inc");
$main_buttons = array(
array('href'=>'interfaces_gre_edit.php', 'label'=>'Add'),
array('href'=>'interfaces_gre_edit.php', 'label'=>gettext('Add')),
);
?>
......
......@@ -71,7 +71,7 @@ $pgtitle = gettext("Interfaces: PPPs");
$shortcut_section = "interfaces";
include("head.inc");
$main_buttons = array(
array('href'=>'interfaces_ppps_edit.php', 'label'=>'Add'),
array('href'=>'interfaces_ppps_edit.php', 'label'=>gettext('Add')),
);
?>
......
......@@ -79,7 +79,7 @@ $shortcut_section = "interfaces";
include("head.inc");
$main_buttons = array(
array('href'=>'interfaces_qinq_edit.php', 'label'=>'Add'),
array('href'=>'interfaces_qinq_edit.php', 'label'=>gettext('Add')),
);
?>
......
......@@ -79,7 +79,7 @@ $shortcut_section = "interfaces";
include("head.inc");
$main_buttons = array(
array('href'=>'interfaces_vlan_edit.php', 'label'=>'Add'),
array('href'=>'interfaces_vlan_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