From 54b27aeb3af279b557c9dd4ee7899f8f6b17b494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jessica=20H=C3=B6ck?= Date: Mon, 11 Jan 2021 14:36:39 +0100 Subject: [PATCH] Fixed issue: Grammar Correction in LS4 for Mask Question Type Multiple Numerical Input Slider Tab. --- application/helpers/questionHelper.php | 2 +- .../views/survey/questions/answer/multiplenumeric/config.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/helpers/questionHelper.php b/application/helpers/questionHelper.php index b9704c816e5..99fe37248d9 100644 --- a/application/helpers/questionHelper.php +++ b/application/helpers/questionHelper.php @@ -1043,7 +1043,7 @@ public static function getAttributesDefinitions() 'options'=>array(0=>gT('No'), 1=>gT('Yes')), 'default'=>0, "help"=>gT('Add a button to reset the slider. If you choose an start value, it reset at start value, else empty the answer.'), - "caption"=>gT('Allow reset the slider') + "caption"=>gT('Allow slider reset') ); self::$attributes["slider_showminmax"] = array( diff --git a/application/views/survey/questions/answer/multiplenumeric/config.xml b/application/views/survey/questions/answer/multiplenumeric/config.xml index 664139a4e9c..56b33a5f1ce 100644 --- a/application/views/survey/questions/answer/multiplenumeric/config.xml +++ b/application/views/survey/questions/answer/multiplenumeric/config.xml @@ -736,7 +736,7 @@ 0 Add a button to reset the slider. If you choose an start value, it reset at start value, else empty the answer. - Allow reset the slider + Allow slider reset