to:'active_users' => "(in the past %s minutes)",
'active_users' => "(in the past %s hours)",
to:$this->lang->words['active_users'] = sprintf( $this->lang->words['active_users'], $this->settings['au_cutoff'] );
$this->lang->words['active_users'] = sprintf( $this->lang->words['active_users'], $this->settings['au_cutoff']/60 );