File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ protected function init() {
50
50
public function get_description () {
51
51
if ($ this ->contextlevel == \context_system::instance ()->contextlevel ) {
52
52
// If CONTEXT_SYSTEM assume it's a template.
53
- return "The user with id ' $ this ->userid ' created an element with id ' $ this ->objectid '. " ;
53
+ return "The user with id ' $ this ->userid ' created the element with id ' $ this ->objectid '. " ;
54
54
} else {
55
55
// Else assume it's a module instance in a course.
56
- return "The user with id ' $ this ->userid ' created an element with id ' $ this ->objectid ' in the certificate " .
56
+ return "The user with id ' $ this ->userid ' created the element with id ' $ this ->objectid ' in the certificate " .
57
57
"in course module ' $ this ->contextinstanceid '. " ;
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ protected function init() {
50
50
public function get_description () {
51
51
if ($ this ->contextlevel == \context_system::instance ()->contextlevel ) {
52
52
// If CONTEXT_SYSTEM assume it's a template.
53
- return "The user with id ' $ this ->userid ' deleted an element with id ' $ this ->objectid '. " ;
53
+ return "The user with id ' $ this ->userid ' deleted the element with id ' $ this ->objectid '. " ;
54
54
} else {
55
55
// Else assume it's a module instance in a course.
56
- return "The user with id ' $ this ->userid ' deleted an element with id ' $ this ->objectid ' in the certificate " .
56
+ return "The user with id ' $ this ->userid ' deleted the element with id ' $ this ->objectid ' in the certificate " .
57
57
"in course module ' $ this ->contextinstanceid '. " ;
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ protected function init() {
50
50
public function get_description () {
51
51
if ($ this ->contextlevel == \context_system::instance ()->contextlevel ) {
52
52
// If CONTEXT_SYSTEM assume it's a template.
53
- return "The user with id ' $ this ->userid ' updated an element with id ' $ this ->objectid '. " ;
53
+ return "The user with id ' $ this ->userid ' updated the element with id ' $ this ->objectid '. " ;
54
54
} else {
55
55
// Else assume it's a module instance in a course.
56
- return "The user with id ' $ this ->userid ' updated an element with id ' $ this ->objectid ' in the certificate " .
56
+ return "The user with id ' $ this ->userid ' updated the element with id ' $ this ->objectid ' in the certificate " .
57
57
"in course module ' $ this ->contextinstanceid '. " ;
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ protected function init() {
52
52
public function get_description () {
53
53
if ($ this ->contextlevel == \context_system::instance ()->contextlevel ) {
54
54
// If CONTEXT_SYSTEM assume it's a template.
55
- return "The user with id ' $ this ->userid ' created a page with id ' $ this ->objectid '. " ;
55
+ return "The user with id ' $ this ->userid ' created the page with id ' $ this ->objectid '. " ;
56
56
} else {
57
57
// Else assume it's a module instance in a course.
58
- return "The user with id ' $ this ->userid ' created a page with id ' $ this ->objectid ' in the certificate " .
58
+ return "The user with id ' $ this ->userid ' created the page with id ' $ this ->objectid ' in the certificate " .
59
59
"in course module ' $ this ->contextinstanceid '. " ;
60
60
}
61
61
}
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ protected function init() {
52
52
public function get_description () {
53
53
if ($ this ->contextlevel == \context_system::instance ()->contextlevel ) {
54
54
// If CONTEXT_SYSTEM assume it's a template.
55
- return "The user with id ' $ this ->userid ' deleted a page with id ' $ this ->objectid '. " ;
55
+ return "The user with id ' $ this ->userid ' deleted the page with id ' $ this ->objectid '. " ;
56
56
} else {
57
57
// Else assume it's a module instance in a course.
58
- return "The user with id ' $ this ->userid ' deleted a page with id ' $ this ->objectid ' in the certificate " .
58
+ return "The user with id ' $ this ->userid ' deleted the page with id ' $ this ->objectid ' in the certificate " .
59
59
"in course module ' $ this ->contextinstanceid '. " ;
60
60
}
61
61
}
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ protected function init() {
52
52
public function get_description () {
53
53
if ($ this ->contextlevel == \context_system::instance ()->contextlevel ) {
54
54
// If CONTEXT_SYSTEM assume it's a template.
55
- return "The user with id ' $ this ->userid ' updated a page with id ' $ this ->objectid '. " ;
55
+ return "The user with id ' $ this ->userid ' updated the page with id ' $ this ->objectid '. " ;
56
56
} else {
57
57
// Else assume it's a module instance in a course.
58
- return "The user with id ' $ this ->userid ' updated a page with id ' $ this ->objectid ' in the certificate " .
58
+ return "The user with id ' $ this ->userid ' updated the page with id ' $ this ->objectid ' in the certificate " .
59
59
"in course module ' $ this ->contextinstanceid '. " ;
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments