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:
Paul S. Owen 2002-01-13 15:39:36 +00:00
parent 009b1b4a50
commit 4db9819127

View file

@ -133,8 +133,8 @@ $lang['Guest_users_zero_total'] = "0 Guests";
$lang['Guest_users_total'] = "%d Guests"; $lang['Guest_users_total'] = "%d Guests";
$lang['Guest_user_total'] = "%d Guest"; $lang['Guest_user_total'] = "%d Guest";
$lang['Admin_online_color'] = "[ %sAdministrator%s ]"; $lang['Admin_online_color'] = "%sAdministrator%s";
$lang['Mod_online_color'] = "[ %sModerator%s ]"; $lang['Mod_online_color'] = "%sModerator%s";
$lang['You_last_visit'] = "You last visited on %s"; // %s replaced by date/time $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 $lang['Current_time'] = "The time now is %s"; // %s replaced by time