1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

[ticket/16019] Amend explanation

PHPBB3-16019
This commit is contained in:
3D-I 2019-08-14 20:08:18 +02:00
parent 3975983481
commit 6de0c7bc66

View File

@ -37,7 +37,7 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, [
'ACP_STYLES_EXPLAIN' => 'Here you can manage the styles available on your board.<br>Overwritten user styles will not be reflected here. Please note you cannot uninstall the “<strong>prosilver</strong>” style as it is phpBBs default and primary parent style.',
'ACP_STYLES_EXPLAIN' => 'Here you can manage the styles available on your board.<br>Please note you cannot uninstall the “<strong>prosilver</strong>” style as it is phpBBs default and primary parent style.',
'CANNOT_BE_INSTALLED' => 'Cannot be installed',
'CONFIRM_UNINSTALL_STYLES' => 'Are you sure you wish to uninstall selected styles?',