MDL-35064 improve enrol plugin uninstall confirmation

Credit goes to Helen Foster, thanks!
This commit is contained in:
Petr Škoda
2012-08-28 15:26:23 +02:00
parent 84bc3773cc
commit 45fd6edfa4
+1 -1
View File
@@ -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';