From 0d9ddf210cee42a34ae16cf2c439746ef4f35050 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Mon, 27 Aug 2018 12:11:53 +0200 Subject: [PATCH] MDL-63187 tool_dataprivacy: Update delete purpose and category lang strings --- admin/tool/dataprivacy/lang/en/tool_dataprivacy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php b/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php index 42a10520ae5..9ca89eb41df 100644 --- a/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php +++ b/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php @@ -78,11 +78,11 @@ $string['daterequested'] = 'Date requested'; $string['daterequesteddetail'] = 'Date requested:'; $string['defaultsinfo'] = 'Default categories and purposes are applied to all newly created instances.'; $string['deletecategory'] = 'Delete category'; -$string['deletecategorytext'] = 'Are you sure you want to delete the following category?

{$a}

'; +$string['deletecategorytext'] = 'Are you sure you want to delete the category \'{$a}\'?'; $string['deleteexpiredcontextstask'] = 'Delete expired contexts'; $string['deleteexpireddatarequeststask'] = 'Delete files from completed data requests that have expired'; $string['deletepurpose'] = 'Delete purpose'; -$string['deletepurposetext'] = 'Are you sure you want to delete the following purpose?

{$a}

'; +$string['deletepurposetext'] = 'Are you sure you want to delete the purpose \'{$a}\'?'; $string['defaultssaved'] = 'Defaults saved'; $string['deny'] = 'Deny'; $string['denyrequest'] = 'Deny request';