mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Minor update to remove [ and ] from around the online_color entries ...
git-svn-id: file:///svn/phpbb/trunk@1860 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -133,8 +133,8 @@ $lang['Guest_users_zero_total'] = "0 Guests";
|
||||
$lang['Guest_users_total'] = "%d Guests";
|
||||
$lang['Guest_user_total'] = "%d Guest";
|
||||
|
||||
$lang['Admin_online_color'] = "[ %sAdministrator%s ]";
|
||||
$lang['Mod_online_color'] = "[ %sModerator%s ]";
|
||||
$lang['Admin_online_color'] = "%sAdministrator%s";
|
||||
$lang['Mod_online_color'] = "%sModerator%s";
|
||||
|
||||
$lang['You_last_visit'] = "You last visited on %s"; // %s replaced by date/time
|
||||
$lang['Current_time'] = "The time now is %s"; // %s replaced by time
|
||||
|
Reference in New Issue
Block a user