aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
author3D-I <eataly3d@gmail.com>2019-08-13 04:30:48 +0200
committer3D-I <eataly3d@gmail.com>2019-08-13 04:31:07 +0200
commit3fbdb2f345cc5fb132755033ba3b9d2fa061218e (patch)
tree79bafc2a85aace985594839aa4016e6e34957fde /phpBB/language/en
parent0a5d167441004c4ed56b6b7cf32fd0c0eb5ae443 (diff)
downloadforums-3fbdb2f345cc5fb132755033ba3b9d2fa061218e.tar
forums-3fbdb2f345cc5fb132755033ba3b9d2fa061218e.tar.gz
forums-3fbdb2f345cc5fb132755033ba3b9d2fa061218e.tar.bz2
forums-3fbdb2f345cc5fb132755033ba3b9d2fa061218e.tar.xz
forums-3fbdb2f345cc5fb132755033ba3b9d2fa061218e.zip
[ticket/16019] Deny prosilver's uninstallation
PHPBB3-16019
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/styles.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index ab85d9d2f5..bfa8753a74 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -84,7 +84,8 @@ $lang = array_merge($lang, array(
'STYLE_USED_BY' => 'Used by (including robots)',
'STYLE_VERSION' => 'Style version',
- 'UNINSTALL_DEFAULT' => 'You cannot uninstall the default style.',
+ 'UNINSTALL_PROSILVER' => 'You cannot uninstall the style “prosilver”.',
+ 'UNINSTALL_DEFAULT' => 'You cannot uninstall the default style.',
'BROWSE_STYLES_DATABASE' => 'Browse styles database',
));