mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/12656] Use lang keys for CLI command descriptions
PHPBB3-12656
This commit is contained in:
2
phpBB/phpbb/console/command/cache/purge.php
vendored
2
phpBB/phpbb/console/command/cache/purge.php
vendored
@@ -59,7 +59,7 @@ class purge extends \phpbb\console\command\command
|
||||
{
|
||||
$this
|
||||
->setName('cache:purge')
|
||||
->setDescription('Purge the cache.')
|
||||
->setDescription($this->user->lang('PURGE_CACHE'))
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user