diff options
Diffstat (limited to 'phpBB/language/lang_english/lang_main.php')
-rw-r--r-- | phpBB/language/lang_english/lang_main.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index eee0167f32..3f6657868f 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -120,8 +120,8 @@ $lang['Board_disable'] = "Sorry but this board is currently unavailable, please // Global Header strings // $lang['Registered_users'] = "Registered Users:"; -$lang['Online_users_total'] = "In total there are %d users online :: "; -$lang['Online_user_total'] = "In total there is %d user online :: "; +$lang['Online_users_total'] = "In total there are <b>%d</b> users online :: "; +$lang['Online_user_total'] = "In total there is <b>%d</b> user online :: "; $lang['Reg_users_total'] = "%d Registered, "; $lang['Reg_user_total'] = "%d Registered, "; $lang['Hidden_users_total'] = "%d Hidden and "; |