Some improvements for Acronym mod (#1425)

* Some improvements for Acronym mod

* Update CHANGELOG.md

* Update BBCode.php
This commit is contained in:
Roman Kelesidis 2024-03-11 16:21:43 +07:00 committed by GitHub
commit a97f1ac784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -1547,8 +1547,8 @@ $lang['CODE_TITLE'] = 'Code display: [code]code[/code] (Ctrl+K)';
$lang['LIST'] = 'List';
$lang['LIST_TITLE'] = 'List: [list]text[/list] (Ctrl+l)';
$lang['LIST_ITEM'] = 'Ordered list: [list=]text[/list] (Ctrl+O)';
$lang['ACR'] = 'Acronym';
$lang['ACR_TITLE'] = 'Acronym: [acronym=Full text]Short text[/acronym]';
$lang['ACRONYM'] = 'Acronym';
$lang['ACRONYM_TITLE'] = 'Acronym: [acronym=Full text]Short text[/acronym]';
$lang['QUOTE_SEL'] = 'Quote selected';
$lang['JAVASCRIPT_ON'] = 'Heads necessary to send messages to enable JavaScript';