MDL-59204 analytics: added missing apostrophe

This commit is contained in:
Mark Nelson 2017-08-22 13:04:47 +08:00
parent 2fa1f92a82
commit 2f3e176078

View File

@ -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);
}
}