Bug #3727
Incorrect title in course settings: professors should be professor
Status:
Rejected - Abandoned
Priority:
Normal
Assignee:
Bryan Fuertes Malca
Category:
-
Target version:
Complexity:
Piece of cake
SCRUM pts - complexity:
?
Description
In course settings, the field to set the course administrator is named "trainers" (plural), while there can be only one name selected. The selection is fine, the field title is wrong. I think this means that the variable that is used should be changed (not the language file, but the source, which calls it "langProfessors").
History
Updated by Bryan Fuertes Malca over 9 years ago
- Status changed from New to Rejected - Abandoned
This was already fixed in infocours.php (changed to get_lang('Teacher'))