diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 14:57:16 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 14:57:16 +0200 |
commit | 9a7877274596b8330c075299adf3683c189ba6ab (patch) | |
tree | 46ce1bfcd9ce3e3d49b518b438722f7c323f7b14 /phpBB/phpbb/console/command/cron | |
parent | 6f279c1bf47c4c86a507acc9ea7d705dad6e9b97 (diff) | |
download | forums-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.php | 2 |
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')) ; } |