1
0
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:
Dhruv
2014-07-23 01:23:44 +05:30
parent 4092b63be3
commit c81438e1f8
11 changed files with 55 additions and 32 deletions

View File

@@ -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;
}