From 3f16d03e71da4ace446787267437cdf69cf95549 Mon Sep 17 00:00:00 2001 From: Unick Soft Date: Mon, 16 Oct 2017 23:05:00 +0300 Subject: [PATCH] Fixed translations --- lang/en/home.php | 2 +- script/plugins/NeedAlgorithm.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()