aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/extension/disable.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/extension/disable.php')
-rw-r--r--phpBB/phpbb/console/command/extension/disable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/extension/disable.php b/phpBB/phpbb/console/command/extension/disable.php
index 05f7ce9704..12674c16cb 100644
--- a/phpBB/phpbb/console/command/extension/disable.php
+++ b/phpBB/phpbb/console/command/extension/disable.php
@@ -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;
}