This commit is contained in:
Unick Soft 2018-05-09 21:02:57 +03:00
parent 1d8385f383
commit 53611f1d61

View File

@ -19,7 +19,7 @@ Coloring.prototype = Object.create(BaseAlgorithm.prototype);
Coloring.prototype.getName = function(local)
{
return local == "ru" ? "Раскраска графов" : "Graph coloring";
return local == "ru" ? "Раскраска графа" : "Graph coloring";
}
Coloring.prototype.getId = function()