Fix bugs with connection edges.

This commit is contained in:
Oleg Sh
2022-12-17 22:19:37 +02:00
parent 0c26400c6c
commit 168a851b75
3 changed files with 54 additions and 50 deletions

View File

@@ -27,7 +27,7 @@
"<select id=\"enumVertexsText\">" .
"</select></span>";
$g_lang["select_first_vertext_to_connect"] = "Select first vertex of edge";
$g_lang["select_second_vertext_to_connect"] = "Select second vertext of edge";
$g_lang["select_second_vertext_to_connect"] = "Select second vertex of edge";
$g_lang["select_start_short_path_vertex"] = "Select the initial vertex of the shortest path";
$g_lang["select_finish_short_path_vertex"] = "Select the end vertex of the shortest path";
$g_lang["short_path_result"] = "Shortest path length is %d";