Dear,
which file have I to modify to change the word "center" in "centre" in the operation center page ?
We prefer the anglo-saxon' s term.
Thank you and regards
Marco
Change word "center" in "centre" in the op center page
Re: Change word "center" in "centre" in the op center page
/usr/local/nagiosxi/html/includes/components/nocscreen/nocscreen.inc.php
Lines 45 and 95 on my system. You will need to remove the calls to gettext() since our language file references "center" and not "centre". This will prevent translations if the interface is ever in another language, and when the wizard gets updated you will need to re-apply the changes.
This must be done again in noc.php on lines 28 and 74, with line 28 not having a gettext() call.
Lines 45 and 95 on my system. You will need to remove the calls to gettext() since our language file references "center" and not "centre". This will prevent translations if the interface is ever in another language, and when the wizard gets updated you will need to re-apply the changes.
This must be done again in noc.php on lines 28 and 74, with line 28 not having a gettext() call.
Former Nagios employee