From 73daef62b4102d6c255155badb6846f670c8571f Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 23 Aug 2018 16:53:03 +0800 Subject: [PATCH] MDL-63187 tool_dataprivacy: Improve confirm message lang strings * Updated the delete confirmation messages so that the category/purpose names are shown in italics. This makes it easier for the privacy officer to see the category/purpose that is being deleted. --- 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 da3103045c3..017b5d5e2a7 100644 --- a/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php +++ b/admin/tool/dataprivacy/lang/en/tool_dataprivacy.php @@ -78,10 +78,10 @@ $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 category "{$a}"?'; +$string['deletecategorytext'] = 'Are you sure you want to delete the following category?

{$a}

'; $string['deleteexpiredcontextstask'] = 'Delete expired contexts'; $string['deletepurpose'] = 'Delete purpose'; -$string['deletepurposetext'] = 'Are you sure you want to delete the purpose "{$a}"?'; +$string['deletepurposetext'] = 'Are you sure you want to delete the following purpose?

{$a}

'; $string['defaultssaved'] = 'Defaults saved'; $string['deny'] = 'Deny'; $string['denyrequest'] = 'Deny request';