diff options
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/lang_main.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 6c8dc6c155..a729d2451e 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -256,7 +256,7 @@ $lang = array_merge($lang, array( 'Very_good' => 'Very Good', 'Total_votes' => 'Total Votes', 'Message_body' => 'Message body', - 'Message_body_explain' => 'Enter your message here, it may contain no more than %d characters.', + 'Message_body_explain' => 'Enter your message here, it may contain no more than <b>%d</b> characters.', 'Topic_review' => 'Topic review', 'Topic_icon' => 'Topic icon', 'No_post_mode' => 'No post mode specified', @@ -349,6 +349,7 @@ $lang = array_merge($lang, array( 'bbcode_f_help' => 'Font size: [size=x-small]small text[/size]', 'Emoticons' => 'Emoticons', 'More_emoticons' => 'View more Emoticons', + 'Font_color' => 'Font color', 'Font_size' => 'Font size', 'font_tiny' => 'Tiny', 'font_small' => 'Small', |