mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:28:55 +00:00
[feature/17326] Add link to list of Font Awesome icons
PHPBB3-17326
This commit is contained in:
parent
30f3c12cc9
commit
531cc0196b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $lang = array_merge($lang, array(
|
|||
'BBCODE_HELPLINE_TOO_LONG' => 'The help line you entered is too long.',
|
||||
|
||||
'BBCODE_ICON_NAME' => 'Button icon',
|
||||
'BBCODE_ICON_NAME_EXPLAIN' => 'Enter the name of a Font Awesome icon to display instead of the BBCode name appearing on the button. Do not include the fa prefix.',
|
||||
'BBCODE_ICON_NAME_EXPLAIN' => 'Enter the name of a Font Awesome icon (without the fa prefix) to display instead of the BBCode name appearing on the button. <a href="https://fontawesome.com/v4/icons/">Click here</a> to view the list of available icons.',
|
||||
'BBCODE_ICON_NAME_TOO_LONG' => 'The icon name you have entered is too long.',
|
||||
|
||||
'BBCODE_INVALID_TAG_NAME' => 'The BBCode tag name that you selected already exists.',
|
||||
|
|
Loading…
Add table
Reference in a new issue