diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index 39fa940163..f794c9599d 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -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. Click here 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.',