meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

Change "Room" to "Lecturer" #1657

Open jberanek opened 8 years ago

jberanek commented 8 years ago

Hello I just started using MRBS for Wavelink Maritime Institute in Singapore http://wavelinklms.org/mrbs. MRBS is a fasinating software and serves our timetabling need of the institute beautifully! Thank you for this wonderful work. Just want to know if there is a possibility to change "Room" to "Lecturer". Thanks in advance for your assistance! Best Regards Kalyan Chatterjea Kalyan.Chatterjea@gmail.com

Reported by: *anonymous

Original Ticket: mrbs/support-requests/933

jberanek commented 8 years ago

All the text strings are contained in the lang files in the lang directory. However if you want to change them don't edit those files but instead override the strings in the config file by using the $vocab_override setting. For example

$vocab_override['en']['room'] = 'Lecturer';

More details in systemdefaults.inc.php.

(The reason you shouldn't edit the lang files is because if you do you will lose your changes when you upgrade to the next version of MRBS).

Original comment by: campbell-m