mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-59204 analytics: added missing apostrophe
This commit is contained in:
parent
2fa1f92a82
commit
2f3e176078
@ -109,7 +109,7 @@ class models_list implements \renderable, \templatable {
|
||||
$modeldata->timesplittinghelp = $helpicon->export_for_template($output);
|
||||
} else {
|
||||
// We really want to encourage developers to add help to their time splitting methods.
|
||||
debugging("The time splitting method '{$modeldata->timesplitting}' should include a '{$identifier}_help
|
||||
debugging("The time splitting method '{$modeldata->timesplitting}' should include a '{$identifier}_help'
|
||||
string to describe its purpose.", DEBUG_DEVELOPER);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user