Change label Meeting to label Visit

Hi,

What is the best way to change ‘Meeting’ label with something like ‘Visit’ EVERYWHERE? studio is not enough. Which labels and php files are involved? I need this in I18n localized manner; my language is (italian).

Cheers,

Mario

Hi Mario,

Have you navigated to ‘Rename Modules’ in Admin and changed Meetings to Visit there?

Thanks,

Will.

Hi Will,

Yes it works only in part. For example if I click Calendar module, then the dropdown presents New Meeting and not New Visit. With my editor I noticed that many files are involved, php files, js file and so on… I am wondering if there is a method to avoid to edit all the hash structures or other parts of application.

Thanks,
Mario.

I would like to know this too, tried editing some *_lang.php files but nothing changed

regards

mikebeck

Hi,

I’m not sure if it’s Upgrade safe, but you can directly edit the file in ./include/language/.lang.php to find and replace every appearance of ‘Meeting’ -s with the word ‘Visit’ -s, either singular or plural.

You may find your Language key, (i.e. “en_US”) here.