maybe during in your next update of your MOD, to change this :
In admin_board.php :
- Code: Select all
"L_HIDDE_LAST_LOGON_EXPLAIN" => $lang['Hidde_last_logon_expain'],
By :
- Code: Select all
"L_HIDE_LAST_LOGON_EXPLAIN" => $lang['Hidde_last_logon_explain'],
And in lang_admin.php :
- Code: Select all
$lang['Hidde_last_logon_expain'] = "If this is set to yes, users last logon time, is hidden to other users except administrators";
By :
- Code: Select all
$lang['Hide_last_logon_explain'] = "If this is set to yes, users last logon time, is hidden to other users except administrators";
Goodbye.

