mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
009b1b4a50
commit
4db9819127
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue