From 89876603a8273828f8d46bda700e35df3e21913a Mon Sep 17 00:00:00 2001 From: Victor Schmidt <101749261+victorrschmidt@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:20:26 -0300 Subject: [PATCH] Update create_graph_by_edge_list.php --- lang/pt/create_graph_by_edge_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pt/create_graph_by_edge_list.php b/lang/pt/create_graph_by_edge_list.php index 451689f..29db27b 100644 --- a/lang/pt/create_graph_by_edge_list.php +++ b/lang/pt/create_graph_by_edge_list.php @@ -1,6 +1,6 @@ Nessa página você pode entrar  lista de arestas e representação gráfica

'; $g_lang['pair_description'] = 'Criar lista de arestas. Cada aresta deve ser colocada em uma nova linha. Use "-" como separados entre os vértices. E.g. 1-2. Leia sobre formato estendido abaixo.'; $g_lang['plot_graph_button'] = 'Representação gráfica';