diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-30 16:13:16 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-30 16:13:16 +0300 |
commit | 506951e8aff98582ebc56fcda9ed0626497ade77 (patch) | |
tree | 1792a6d5c59570905659cd22aadf94cbc76a3135 /phpBB/language/en/acp/styles.php | |
parent | ba431def5d951ca3df28a1f872d3fa05a9caad54 (diff) | |
download | forums-506951e8aff98582ebc56fcda9ed0626497ade77.tar forums-506951e8aff98582ebc56fcda9ed0626497ade77.tar.gz forums-506951e8aff98582ebc56fcda9ed0626497ade77.tar.bz2 forums-506951e8aff98582ebc56fcda9ed0626497ade77.tar.xz forums-506951e8aff98582ebc56fcda9ed0626497ade77.zip |
[feature/merging-style-components] Changing acp_styles text
Changing acp styles welcome message a little bit.
PHPBB3-10632
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r-- | phpBB/language/en/acp/styles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index fe7fae5808..8a4a8e7308 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -237,7 +237,7 @@ $lang = array_merge($lang, array( 'INHERITING_FROM' => 'Inherits from', 'INSTALL_STYLE' => 'Install style', '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', 'INVALID_STYLE_ID' => 'Invalid style ID.', |