From 531cc0196ba848ce001a7b65a80ea4d147d829b5 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 31 May 2024 21:54:02 +0100 Subject: [PATCH] [feature/17326] Add link to list of Font Awesome icons PHPBB3-17326 --- phpBB/language/en/acp/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.',