mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12656] Use lang keys for all CLI strings
PHPBB3-12656
This commit is contained in:
@@ -32,7 +32,7 @@ class show extends command
|
||||
|
||||
if (empty($all))
|
||||
{
|
||||
$output->writeln('<comment>No extensions were found.</comment>');
|
||||
$output->writeln('<comment>' . $this->user->lang('CLI_EXTENSION_NOT_FOUND') . '</comment>');
|
||||
return 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user