Details
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.
Issue Links
| This issue will be resolved by: | ||||
| PULL-351 | Strings fullname and shortname are now deprecated |
|
|
|
| This issue has been marked as being related by: | ||||
| MDL-10972 | Do not use "Full name" in exported quiz results sheet |
|
|
|
| MDL-20562 | coursereport_log.php/log:view string used in context different form role capability making translation difficult |
|
|
|
m.i. It should be two new strings for backward compatability