mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-20 23:20:22 +00:00
Fix bugs with connection edges.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user