Fixed translations

This commit is contained in:
Unick Soft
2017-10-16 23:05:00 +03:00
parent da71f90c5b
commit 3f16d03e71
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ NeedAlgorithm.prototype = Object.create(BaseAlgorithm.prototype);
NeedAlgorithm.prototype.getName = function(local)
{
return local == "ru" ? "Не нашли нужный алгоритм?" : "Didn't find needed algorithm?";
return local == "ru" ? "Не нашли нужный алгоритм?" : "Didn't you find the algorithm you need?";
}
NeedAlgorithm.prototype.getId = function()