aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-07-14 23:03:05 +0300
committern-aleha <nick_aleha@myway.com>2014-07-21 23:36:58 +0300
commitd16ce219269ce5da0b737582c9aafea6b220b8b2 (patch)
tree70d0fdc31184eedb70afda828ea407d81dabadaa /phpBB/language/en/posting.php
parentfcf426ad5c21c0e1e32e2bc33a8fd0a330fbd273 (diff)
downloadforums-d16ce219269ce5da0b737582c9aafea6b220b8b2.tar
forums-d16ce219269ce5da0b737582c9aafea6b220b8b2.tar.gz
forums-d16ce219269ce5da0b737582c9aafea6b220b8b2.tar.bz2
forums-d16ce219269ce5da0b737582c9aafea6b220b8b2.tar.xz
forums-d16ce219269ce5da0b737582c9aafea6b220b8b2.zip
[ticket/12851] Fix the Font colour button title
PHPBB3-12851
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 31d49e8bdf..2cd6ec59cc 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -60,7 +60,7 @@ $lang = array_merge($lang, array(
'BBCODE_O_HELP' => 'Ordered list: e.g. [list=1][*]First point[/list] or [list=a][*]Point a[/list]',
'BBCODE_P_HELP' => 'Insert image: [img]http://image_url[/img]',
'BBCODE_Q_HELP' => 'Quote text: [quote]text[/quote]',
- 'BBCODE_S_HELP' => 'Font colour: [color=red]text[/color] Tip: you can also use color=#FF0000',
+ 'BBCODE_S_HELP' => 'Font colour: [color=red]text[/color] or [color=#FF0000]text[/color]',
'BBCODE_U_HELP' => 'Underline text: [u]text[/u]',
'BBCODE_W_HELP' => 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url]',
'BBCODE_Y_HELP' => 'List: Add list element',