aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/cron
diff options
context:
space:
mode:
authorLEZY Thomas <thomas.gif.91@gmail.com>2014-05-28 14:57:16 +0200
committerLEZY Thomas <thomas.gif.91@gmail.com>2014-05-28 14:57:16 +0200
commit9a7877274596b8330c075299adf3683c189ba6ab (patch)
tree46ce1bfcd9ce3e3d49b518b438722f7c323f7b14 /phpBB/phpbb/console/command/cron
parent6f279c1bf47c4c86a507acc9ea7d705dad6e9b97 (diff)
downloadforums-9a7877274596b8330c075299adf3683c189ba6ab.tar
forums-9a7877274596b8330c075299adf3683c189ba6ab.tar.gz
forums-9a7877274596b8330c075299adf3683c189ba6ab.tar.bz2
forums-9a7877274596b8330c075299adf3683c189ba6ab.tar.xz
forums-9a7877274596b8330c075299adf3683c189ba6ab.zip
[ticket/12597] Change EXECUTE to RUN in language
Fix previous commit : change execute to run in language keys PHPBB3-12597
Diffstat (limited to 'phpBB/phpbb/console/command/cron')
-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'))
;
}