diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-01 14:36:39 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-01 14:36:39 +0000 |
| commit | 9c0435c01ab22146d6c266bbcc7eff0b73be86e4 (patch) | |
| tree | 7ed2c674489582bd77681f42b460110160cacb3f /phpBB/language | |
| parent | 6fa38a1181b25d85a37095026cc9e0a8cedc4e43 (diff) | |
| download | forums-9c0435c01ab22146d6c266bbcc7eff0b73be86e4.tar forums-9c0435c01ab22146d6c266bbcc7eff0b73be86e4.tar.gz forums-9c0435c01ab22146d6c266bbcc7eff0b73be86e4.tar.bz2 forums-9c0435c01ab22146d6c266bbcc7eff0b73be86e4.tar.xz forums-9c0435c01ab22146d6c266bbcc7eff0b73be86e4.zip | |
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
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', |
