diff --git a/lang/en/help.php b/lang/en/help.php index c2bc303..acc3480 100755 --- a/lang/en/help.php +++ b/lang/en/help.php @@ -1,7 +1,7 @@
\nTo create graph you needto vertexes. Select «Add vertex» and click to workspace
\n\n\n\n
To connect vertexes you needselect "Connect vertexes" and click to first vertex after that to second.
\n\nIn dialog you need to select weight or stay it without weight, also choose type: directed or not.
\n\nChoose menu "Find shortest path". After that select start and finish vertexes. If there us path you will see it on the graph. We use dijkstra's algorithm.
\n\n\n"; + $g_lang["text"] = "\n
To create a graph you need to add vertexes. Select «Add vertex» and click to the workspace.
\n\n\n\n
To connect vertexes you need to select «Connect vertexes» and click to the first vertex and then to the second one.
\n\nIn the dialog box you need to select weight or leave it without weight. You may also choose the type of the graph, i.e. directed or undirected.
\n\nChoose «Find shortest path» in the dropdown menu. After that select start and end vertexes. If there is a path, you will see it on the graph. We use Dijkstra's algorithm.
\n\n\n"; $g_lang["m_title"] = "Graph Online help"; $g_lang["m_keyWords"] = "graph, help";