mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15123] modified language strings
PHPBB3-15123
This commit is contained in:
@@ -40,7 +40,7 @@ class disable extends command
|
||||
|
||||
if (!$this->manager->is_enabled($name))
|
||||
{
|
||||
$io->error($this->user->lang('CLI_EXTENSION_DISABLE_DISABLED', $name));
|
||||
$io->error($this->user->lang('CLI_EXTENSION_DISABLED', $name));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user