diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-17 10:17:32 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2017-04-23 21:01:10 +0200 |
commit | 0926e94955b01ee6e2d51b35187c4338f5a92cc7 (patch) | |
tree | 5d3b3f8afbd544b650c9a834a0c1ee01bd60a79f /phpBB/language/en/acp/extensions.php | |
parent | [ticket/11150] Yellow => Orange in composer output (diff) | |
download | phpbb-0926e94955b01ee6e2d51b35187c4338f5a92cc7.tar.gz phpbb-0926e94955b01ee6e2d51b35187c4338f5a92cc7.tar.bz2 phpbb-0926e94955b01ee6e2d51b35187c4338f5a92cc7.zip |
[ticket/11150] CS
PHPBB3-11150
Diffstat (limited to 'phpBB/language/en/acp/extensions.php')
-rw-r--r-- | phpBB/language/en/acp/extensions.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index 135631ba52..8322be7753 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -173,8 +173,6 @@ $lang = array_merge($lang, array( 'STABILITY_DEV' => 'dev', 'COMPOSER_MINIMUM_STABILITY' => 'Minimum stability', - 'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'Always use <samp>stable</samp> versions on a live forum. -Non-stable versions may still be in development and could cause unexpected problems with your -forum and should only be used for development purposes in local or staging environments.', + 'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'Always use <samp>stable</samp> versions on a live forum. Non-stable versions may still be in development and could cause unexpected problems with your forum and should only be used for development purposes in local or staging environments.', )); |