MDL-35064 improve enrol plugin uninstall confirmation
Credit goes to Helen Foster, thanks!
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ $string['unenrolconfirm'] = 'Do you really want to unenrol user "{$a->user}" fro
|
||||
$string['unenrolme'] = 'Unenrol me from {$a}';
|
||||
$string['unenrolnotpermitted'] = 'You do not have permission or can not unenrol this user from this course.';
|
||||
$string['unenrolroleusers'] = 'Unenrol users';
|
||||
$string['uninstallconfirm'] = 'You are about to completely uninstall the enrol plugin \'{$a}\'. This will completely delete everything in the database associated with this enrolment type. Deleting of enrolments removes also users\' grades, group membership, subscriptions and other course related data or preferences.
|
||||
$string['uninstallconfirm'] = 'You are about to uninstall the enrolment plugin \'{$a}\'. This will result in the deletion of all data associated with this enrolment type, including users\' grades, group membership, forum subscriptions and any other course-related data.
|
||||
|
||||
Are you SURE you want to continue?';
|
||||
$string['uninstalldelete'] = 'Delete all enrolments and uninstall';
|
||||
|
||||
Reference in New Issue
Block a user