Skip to content

Commit

Permalink
Fixed issue: Grammar Correction in LS4 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 5abde12 commit 54b27ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/helpers/questionHelper.php
Expand Up @@ -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(
Expand Down
Expand Up @@ -736,7 +736,7 @@
</options>
<default>0</default>
<help>Add a button to reset the slider. If you choose an start value, it reset at start value, else empty the answer.</help>
<caption>Allow reset the slider</caption>
<caption>Allow slider reset</caption>
<i18n></i18n>
<readonly></readonly>
<readonly_when_active></readonly_when_active>
Expand Down

0 comments on commit 54b27ae

Please sign in to comment.