Fix translations.

This commit is contained in:
Unick Soft
2017-06-24 11:41:29 +03:00
parent 57138f7808
commit 3e3952136a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ VerticesDegree.prototype = Object.create(BaseAlgorithm.prototype);
VerticesDegree.prototype.getName = function(local)
{
return local == "ru" ? "Рассчитать степень вершин" : "Calculate vertices degree";
return local == "ru" ? "Рассчитать степень вершин" : "Calculate vertexes degree";
}
VerticesDegree.prototype.getId = function()