From 9c0435c01ab22146d6c266bbcc7eff0b73be86e4 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 1 Nov 2002 14:36:39 +0000 Subject: Change color picker to SHS` unixsafe palette ... feedback on rendering time welcome git-svn-id: file:///svn/phpbb/trunk@2998 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/language') 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 %d 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', -- cgit v1.2.1