mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/merging-style-components] Changing acp_styles text
Changing acp styles welcome message a little bit. PHPBB3-10632
This commit is contained in:
parent
ba431def5d
commit
506951e8af
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ $lang = array_merge($lang, array(
|
||||||
'INHERITING_FROM' => 'Inherits from',
|
'INHERITING_FROM' => 'Inherits from',
|
||||||
'INSTALL_STYLE' => 'Install style',
|
'INSTALL_STYLE' => 'Install style',
|
||||||
'INSTALL_STYLES' => 'Install styles',
|
'INSTALL_STYLES' => 'Install styles',
|
||||||
'INSTALL_STYLES_EXPLAIN' => 'Here you can install new styles.<br />If you cannot find a specific style in list below, check if that style is already installed. If it is not installed, check if it was uploaded correctly.',
|
'INSTALL_STYLES_EXPLAIN' => 'Here you can install new styles.<br />If you cannot find a specific style in list below, check to make sure style is already installed. If it is not installed, check if it was uploaded correctly.',
|
||||||
'INSTALLED_STYLE' => 'Installed styles',
|
'INSTALLED_STYLE' => 'Installed styles',
|
||||||
'INVALID_STYLE_ID' => 'Invalid style ID.',
|
'INVALID_STYLE_ID' => 'Invalid style ID.',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue