Skip to content

Commit

Permalink
Fixed issue #14179: List questions panel - group-edit questions - Del…
Browse files Browse the repository at this point in the history
…ete - text issue
  • Loading branch information
c-schmitz committed May 23, 2019
1 parent c0c0c6e commit 1aa616d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@
'modalType' => 'yes-no',
'keepopen' => 'yes',
'sModalTitle' => gT('Delete question(s)'),
'htmlModalBody' => gT('Are you sure you want to delete all those questions??'),
'htmlModalBody' => gT('Deleting these questions will also delete their corresponding answer options and subquestions. Are you sure you want to continue??'),
);
}
if(!$oSurvey->isActive) {
Expand Down

0 comments on commit 1aa616d

Please sign in to comment.