Change word "center" in "centre" in the op center page

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mbanfi
Posts: 6
Joined: Wed May 28, 2014 9:04 am

Change word "center" in "centre" in the op center page

Post by mbanfi »

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
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Change word "center" in "centre" in the op center page

Post by tmcdonald »

/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.
Former Nagios employee
Locked