From 1aa616d09fe6f3f23f0baabdc2e38d06957e1074 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Thu, 23 May 2019 14:27:43 +0200 Subject: [PATCH] Fixed issue #14179: List questions panel - group-edit questions - Delete - text issue --- .../views/admin/survey/Question/massive_actions/_selector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/admin/survey/Question/massive_actions/_selector.php b/application/views/admin/survey/Question/massive_actions/_selector.php index 2a27f89dd8d..1e717f33aed 100644 --- a/application/views/admin/survey/Question/massive_actions/_selector.php +++ b/application/views/admin/survey/Question/massive_actions/_selector.php @@ -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) {