From 0b1bc0a77172e40297a123ed8e7d59c8170e6966 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Tue, 2 Aug 2011 16:37:04 +0800 Subject: [PATCH] MDL-27122 admin Improved block protection help string --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index c4ee2b2911f47..4efed921b31a9 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -72,7 +72,7 @@ $string['blockinstances'] = 'Instances'; $string['blockmultiple'] = 'Multiple'; $string['blockprotect'] = 'Protect from delete'; -$string['blockprotect_help'] = 'The blocks instances will be protected from deletion from the site-wide context, and this is primarily used to protect the navigation and settings blocks which can be very hard to get back if accidentally delete.'; +$string['blockprotect_help'] = 'Selected block instances will be protected from deletion from the site-wide context. This is primarily used to protect the navigation and settings blocks which can be very hard to get back if accidentally deleted.'; $string['blockunprotect'] = 'Unprotect'; $string['blocksettings'] = 'Manage blocks'; $string['bloglevel'] = 'Blog visibility';