diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-01-24 19:16:24 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-01-24 19:16:24 +0100 |
commit | 928a8c0e89f9ec4fe73d15087aa9000fba338669 (patch) | |
tree | 97bfc5efffd04880f13b812cb29d1165078928f7 /phpBB/language/en/acp/styles.php | |
parent | 128a6e4c8df87effb5dafee5b21cde202d98e72f (diff) | |
parent | 233a07ceda0a5523ec6fd4c8de1ea8e6aec681a8 (diff) | |
download | forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.tar forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.tar.gz forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.tar.bz2 forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.tar.xz forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.zip |
Merge pull request #5100 from senky/ticket/15528
[ticket/15528] Display style phpBB version
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r-- | phpBB/language/en/acp/styles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 9293d67ecc..ab85d9d2f5 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -80,6 +80,7 @@ $lang = array_merge($lang, array( 'STYLE_UNINSTALL' => 'Uninstall', 'STYLE_UNINSTALL_DEPENDENT' => 'Style "%s" cannot be uninstalled because it has one or more child styles.', 'STYLE_UNINSTALLED' => 'Style "%s" uninstalled successfully.', + 'STYLE_PHPBB_VERSION' => 'phpBB Version', 'STYLE_USED_BY' => 'Used by (including robots)', 'STYLE_VERSION' => 'Style version', |