aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2017-03-19 18:39:07 +0100
committerTristan Darricau <github@nicofuma.fr>2017-03-19 18:39:07 +0100
commited2d0863021d0449fe16d769ff2e76781f2c6813 (patch)
tree5e4bb7688bb1acc9fc12fd89692b01dcdee4988d /phpBB
parent4b6b73ea9d85e24bb69a58197973686411391f9c (diff)
parent12a70f63b4c1f4a60d19e1e5060fe527fadea54b (diff)
downloadforums-ed2d0863021d0449fe16d769ff2e76781f2c6813.tar
forums-ed2d0863021d0449fe16d769ff2e76781f2c6813.tar.gz
forums-ed2d0863021d0449fe16d769ff2e76781f2c6813.tar.bz2
forums-ed2d0863021d0449fe16d769ff2e76781f2c6813.tar.xz
forums-ed2d0863021d0449fe16d769ff2e76781f2c6813.zip
Merge branch 'ticket/14928' into 3.2.x
* ticket/14928: [ticket/14928] fixing valid stability %s
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/cli.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index 9b3fa7f32c..2f969ceede 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -91,7 +91,7 @@ $lang = array_merge($lang, array(
'CLI_DESCRIPTION_UPDATE_CHECK_OPTION_CACHE' => 'Run check command with cache.',
'CLI_DESCRIPTION_UPDATE_CHECK_OPTION_STABILITY' => 'Run command choosing to check only stable or unstable versions.',
- 'CLI_ERROR_INVALID_STABILITY' => '"%s" is not a valid stability.',
+ 'CLI_ERROR_INVALID_STABILITY' => '"%s" needs to be set to "stable" or "unstable".',
'CLI_DESCRIPTION_USER_ACTIVATE' => 'Activate (or deactivate) a user account.',
'CLI_DESCRIPTION_USER_ACTIVATE_USERNAME' => 'Username of the account to activate.',