1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13818] Add browse CDB links to ext style lang management

PHPBB3-13818
This commit is contained in:
Matt Friedman
2015-06-06 10:30:09 -07:00
parent ab3e4b8abc
commit a620651ca1
6 changed files with 28 additions and 2 deletions

View File

@@ -83,4 +83,6 @@ $lang = array_merge($lang, array(
'STYLE_USED_BY' => 'Used by (including robots)',
'UNINSTALL_DEFAULT' => 'You cannot uninstall the default style.',
'BROWSE_STYLES_DATABASE' => 'Browse styles database',
));