diff --git a/lang/en/home.php b/lang/en/home.php index c91df35..a50ebe8 100755 --- a/lang/en/home.php +++ b/lang/en/home.php @@ -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"; ?> diff --git a/script/plugins/NeedAlgorithm.js b/script/plugins/NeedAlgorithm.js index 7039004..7271454 100644 --- a/script/plugins/NeedAlgorithm.js +++ b/script/plugins/NeedAlgorithm.js @@ -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()