mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Updated Need algorithm dialog.
This commit is contained in:
@@ -22,7 +22,7 @@ FindShortPathNew.prototype.pathObjects = null;
|
||||
|
||||
FindShortPathNew.prototype.getName = function(local)
|
||||
{
|
||||
return local == "ru" ? "Найти кратчайший путь" : "Find shortest path";
|
||||
return local == "ru" ? "Поиск кратчайший путь алгоритмом Дейкстры" : "Find shortest path using Dijkstra's algorithm";
|
||||
}
|
||||
|
||||
FindShortPathNew.prototype.getId = function()
|
||||
|
||||
Reference in New Issue
Block a user