MDL-45357 events: Improve clarity of allow role change descriptions
This commit is contained in:
committed by
Marina Glancy
parent
196d227f21
commit
f32629c7ea
@@ -59,7 +59,7 @@ class role_allow_assign_updated extends base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The user with the id '$this->userid' updated the allowed role assignments.";
|
||||
return "The user with the id '$this->userid' updated Allow role assignments.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -59,7 +59,7 @@ class role_allow_override_updated extends base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The user with the id '$this->userid' updated the allowed role overrides.";
|
||||
return "The user with the id '$this->userid' updated Allow role overrides.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -59,7 +59,7 @@ class role_allow_switch_updated extends base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The user with the id '$this->userid' updated the allowed role switches";
|
||||
return "The user with the id '$this->userid' updated Allow role switches.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user