Updated Need algorithm dialog.

This commit is contained in:
Unick Soft
2017-10-28 14:32:06 +03:00
parent 3f16d03e71
commit 5292f162bb
4 changed files with 7 additions and 2 deletions

View File

@@ -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()