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

@ -103,7 +103,7 @@
$g_lang["vote"] = "Vote";
$g_lang["vote_question"] = "What functions should we add firstly?";
$g_lang["what_algorithm_need"] = "Please, write what algorithm you are missing";
$g_lang["what_algorithm_need"] = "Please, write what kind of algorithm would you like to see on this website?";
$g_lang["recommend_algorithm"] = "Recommend algorithms";
?>

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