1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-17 23:21:26 +02:00

[ticket/11150] CS

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-17 10:17:32 +02:00
committed by Tristan Darricau
parent dbfe2d7947
commit 0926e94955

@ -173,8 +173,6 @@ $lang = array_merge($lang, array(
'STABILITY_DEV' => 'dev', 'STABILITY_DEV' => 'dev',
'COMPOSER_MINIMUM_STABILITY' => 'Minimum stability', 'COMPOSER_MINIMUM_STABILITY' => 'Minimum stability',
'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'Always use <samp>stable</samp> versions on a live forum. '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.',
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.',
)); ));