|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
MDL-10972
Do not use "Full name" in exported quiz results sheet
|
|
|
|
|
|
|
|
At the moment, the get_string('fullname', 'moodle') is used for both course fullname (e.g. in course/edit_form.php) and for user fullname (e.g. admin/user/usert_bulk.php). This causes problems in languages where different words should be used for names of persons and for names of things.
There is a proposal to introduce new strings "coursefullname", "courseshortname" instead of current "fullname" and "shortname" and keep "fullname" (or even better new "userfullname") for user full name only.
|
|
Description
|
At the moment, the get_string('fullname', 'moodle') is used for both course fullname (e.g. in course/edit_form.php) and for user fullname (e.g. admin/user/usert_bulk.php). This causes problems in languages where different words should be used for names of persons and for names of things.
There is a proposal to introduce new strings "coursefullname", "courseshortname" instead of current "fullname" and "shortname" and keep "fullname" (or even better new "userfullname") for user full name only. |
Show » |
committed 12 files to 'Moodle CVS' - 19/Mar/08 05:49 PM
| MDL-13481, Distinguish between course fullname and user fullname
|
|
|
committed 4 files to 'Lang CVS' - 19/Mar/08 09:51 PM
Translated new strings for course fullname and user fullname MDL-13481.
Updated a help file for course fullname.
Updated a translated string for enrol database.
|
|
|
martignoni committed 1 file to 'Lang CVS' - 20/Mar/08 04:45 PM
|