From bca10d7b5a54bc75ecbb9229ad5cdcccf0cad351 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Wed, 31 May 2017 12:16:18 +0200 Subject: [PATCH] Changed text to fix it --- pandora_console/include/functions_pandora_networkmap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_pandora_networkmap.php b/pandora_console/include/functions_pandora_networkmap.php index d0880fb4a5..757e6da9a6 100644 --- a/pandora_console/include/functions_pandora_networkmap.php +++ b/pandora_console/include/functions_pandora_networkmap.php @@ -764,7 +764,7 @@ function networkmap_write_js_array($id, $nodes_and_relations = array(), $map_das echo "var set_center_menu = '" . __('Set center') . "';\n"; echo "var refresh_menu = '" . __('Refresh') . "';\n"; echo "var refresh_holding_area_menu = '" . __('Refresh Holding area') . "';\n"; - echo "var abort_relationship_interface = '" . __('Abort the action of set interface relationship') . "';\n"; + echo "var abort_relationship_interface = '" . __('Abort the interface relationship') . "';\n"; echo "var abort_relationship_menu = '" . __('Abort the action of set relationship') . "';\n"; echo "\n";