mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12851] Fix the Font colour button title
This commit is contained in:
commit
f1890fe8e9
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue