diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2018-01-21 10:54:07 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2018-01-21 10:54:07 +0100 |
commit | abe218c34a36ac3e32cbc508ca2419f761f6a71e (patch) | |
tree | 3961c97e9a0fa78c009830a217f73d1d3e182f0f /phpBB/language | |
parent | d0143bec8830e709047443f73f79c0dce438e3fc (diff) | |
download | forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.tar forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.tar.gz forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.tar.bz2 forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.tar.xz forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.zip |
[ticket/15528] Display style phpBB version
PHPBB3-15528
Diffstat (limited to 'phpBB/language')
-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..511a6f9f8e 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' => 'Style phpBB version', 'STYLE_USED_BY' => 'Used by (including robots)', 'STYLE_VERSION' => 'Style version', |