2017-08-21, 09:43 PM
Could you not just hook in after it loads the variable and change it manually?
Something like
Something like
// hook
function myfunc()
{
global $lang;
if($lang->online_note) $lang->online_note = 'your special new text';
}