Skip to content

Commit

Permalink
Fixed issue: Grammar Correction in LS3 for Mask Question Type Multipl…
Browse files Browse the repository at this point in the history
…e Numerical Input Slider Tab.
  • Loading branch information
thedirtypanda committed Jan 13, 2021
1 parent 9dc6166 commit f8e6284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/questionHelper.php
Expand Up @@ -1028,7 +1028,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(
Expand Down

0 comments on commit f8e6284

Please sign in to comment.