aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-03-19 00:01:30 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-03-19 00:01:30 +0100
commit0f95e607ff91277a50bd5ff04d8a60a553dd918e (patch)
treef2a10620d2758e5d0aaf799811a1204fa58d0649 /phpBB/language/en
parent9267235f30b3275b4b00f49f99c6ae259ce26a3f (diff)
parentd10a5b67a1d508b2c48924678650b8d03c8f129d (diff)
downloadforums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.tar
forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.tar.gz
forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.tar.bz2
forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.tar.xz
forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.zip
Merge pull request #4743 from rubencm/ticket/14820
[ticket/14820] Add style version in ACP
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/styles.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index 0d91eb3704..9293d67ecc 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -81,6 +81,7 @@ $lang = array_merge($lang, array(
'STYLE_UNINSTALL_DEPENDENT' => 'Style "%s" cannot be uninstalled because it has one or more child styles.',
'STYLE_UNINSTALLED' => 'Style "%s" uninstalled successfully.',
'STYLE_USED_BY' => 'Used by (including robots)',
+ 'STYLE_VERSION' => 'Style version',
'UNINSTALL_DEFAULT' => 'You cannot uninstall the default style.',