aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r--phpBB/phpbb/console/command/cron/run_all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cron/run_all.php b/phpBB/phpbb/console/command/cron/run_all.php
index 39b3e0c616..38a7735c03 100644
--- a/phpBB/phpbb/console/command/cron/run_all.php
+++ b/phpBB/phpbb/console/command/cron/run_all.php
@@ -48,7 +48,7 @@ class run_all extends \phpbb\console\command\command
{
$this
->setName('cron:run-all')
- ->setDescription($this->user->lang('CLI_DESCR_CRON_EXECUTE_ALL'))
+ ->setDescription($this->user->lang('CLI_DESCR_CRON_RUN_ALL'))
;
}