MDL-13481 Fork fullname - fullnamecourse and fullnameuser

This commit instructs AMOS to use the current value of fullname as the
initial value of fullnamecourse and fullnameuser.

AMOS BEGIN
 CPY [fullname,core],[fullnamecourse,core]
 CPY [fullname,core],[fullnameuser,core]
AMOS END
This commit is contained in:
David Mudrak 2010-05-06 22:53:41 +00:00
parent a27aa5c620
commit 6779719e16

View file

@ -757,10 +757,10 @@ $string['frontpagesettings'] = 'Front page settings';
$string['frontpagetopiconly'] = 'Topic section';
$string['fulllistofcourses'] = 'All courses';
$string['fullname'] = 'Full name';
$string['fullnamecourse'] = 'Course full name';
$string['fullnamecourse'] = 'Course full name'; // fork of fullname
$string['fullnamecourse_help'] = 'The full name of the course is displayed at the top of each page in the course and in the list of courses.';
$string['fullnamedisplay'] = '{$a->firstname} {$a->lastname}';
$string['fullnameuser'] = 'User full name';
$string['fullnameuser'] = 'User full name'; // fork of fullname
$string['fullprofile'] = 'Full profile';
$string['fullsitename'] = 'Full site name';
$string['functiondisabled'] = 'That functionality is currently disabled';