diff options
author | 3D-I <eataly3d@gmail.com> | 2019-08-14 20:08:18 +0200 |
---|---|---|
committer | 3D-I <eataly3d@gmail.com> | 2019-08-14 20:09:13 +0200 |
commit | 6de0c7bc666ec934cc801cdf7cf94290a3d013f9 (patch) | |
tree | b44a4bf83589aac4acab650caa35300a35c9f113 /phpBB/language | |
parent | 397598348198bb0d63556bdce7d943e73ddd558f (diff) | |
download | forums-6de0c7bc666ec934cc801cdf7cf94290a3d013f9.tar forums-6de0c7bc666ec934cc801cdf7cf94290a3d013f9.tar.gz forums-6de0c7bc666ec934cc801cdf7cf94290a3d013f9.tar.bz2 forums-6de0c7bc666ec934cc801cdf7cf94290a3d013f9.tar.xz forums-6de0c7bc666ec934cc801cdf7cf94290a3d013f9.zip |
[ticket/16019] Amend explanation
PHPBB3-16019
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/styles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index fd5793d699..44be3c11cd 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -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 phpBB’s 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 phpBB’s default and primary parent style.', 'CANNOT_BE_INSTALLED' => 'Cannot be installed', 'CONFIRM_UNINSTALL_STYLES' => 'Are you sure you wish to uninstall selected styles?', |