MDL-45357 events: Improve clarity of allow role change descriptions

This commit is contained in:
Andrew Nicols
2014-05-06 16:43:56 +08:00
committed by Marina Glancy
parent 196d227f21
commit f32629c7ea
3 changed files with 3 additions and 3 deletions
@@ -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.";
}
/**