diff options
| author | Rubén Calvo <rubencm@gmail.com> | 2017-03-12 22:44:18 +0100 |
|---|---|---|
| committer | Rubén Calvo <rubencm@gmail.com> | 2017-03-13 22:20:51 +0100 |
| commit | 9b3609d6f60af328e6681146014453da0af4ee01 (patch) | |
| tree | 1a14bd14aeb7b201cb42e8732e840c9aca4272c0 /phpBB/phpbb/console/command/extension/enable.php | |
| parent | 8994295f2b7d5b2beece7bbd8f7a2861fa15625d (diff) | |
| download | forums-9b3609d6f60af328e6681146014453da0af4ee01.tar forums-9b3609d6f60af328e6681146014453da0af4ee01.tar.gz forums-9b3609d6f60af328e6681146014453da0af4ee01.tar.bz2 forums-9b3609d6f60af328e6681146014453da0af4ee01.tar.xz forums-9b3609d6f60af328e6681146014453da0af4ee01.zip | |
[ticket/15123] modified language strings
PHPBB3-15123
Diffstat (limited to 'phpBB/phpbb/console/command/extension/enable.php')
| -rw-r--r-- | phpBB/phpbb/console/command/extension/enable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/extension/enable.php b/phpBB/phpbb/console/command/extension/enable.php index c7c336cdc9..079e4ce1f6 100644 --- a/phpBB/phpbb/console/command/extension/enable.php +++ b/phpBB/phpbb/console/command/extension/enable.php @@ -40,7 +40,7 @@ class enable extends command if ($this->manager->is_enabled($name)) { - $io->error($this->user->lang('CLI_EXTENSION_ENABLE_ENABLED', $name)); + $io->error($this->user->lang('CLI_EXTENSION_ENABLED', $name)); return 1; } |
