From 60086b5c41f467b28a70397c5fa6e734dc76a9dc Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Thu, 17 Sep 2015 09:33:44 +0200 Subject: [PATCH] [ticket/11150] Add language key PHPBB3-11150 --- phpBB/language/en/acp/extensions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/language/en/acp/extensions.php b/phpBB/language/en/acp/extensions.php index 53ba5bf859..135631ba52 100644 --- a/phpBB/language/en/acp/extensions.php +++ b/phpBB/language/en/acp/extensions.php @@ -173,6 +173,8 @@ $lang = array_merge($lang, array( 'STABILITY_DEV' => 'dev', 'COMPOSER_MINIMUM_STABILITY' => 'Minimum stability', - 'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'TODO: why it is dangerous to change that', + 'COMPOSER_MINIMUM_STABILITY_EXPLAIN' => 'Always use stable 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.', ));