aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-07-23 00:35:09 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-07-23 00:35:09 +0530
commit4092b63be39453f9a7ce4f985217099ab10aae90 (patch)
treefbb70772547189cd6838540681a473d6e7e1bca9 /phpBB/phpbb/console/command/config/set.php
parentMerge pull request #2752 from bantu/ticket/12656 (diff)
downloadphpbb-4092b63be39453f9a7ce4f985217099ab10aae90.tar.gz
phpbb-4092b63be39453f9a7ce4f985217099ab10aae90.tar.bz2
phpbb-4092b63be39453f9a7ce4f985217099ab10aae90.zip
[ticket/12656] Use lang keys for CLI command descriptions
PHPBB3-12656
Diffstat (limited to 'phpBB/phpbb/console/command/config/set.php')
-rw-r--r--phpBB/phpbb/console/command/config/set.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/config/set.php b/phpBB/phpbb/console/command/config/set.php
index 587b7fb0de..a0cc36e02f 100644
--- a/phpBB/phpbb/console/command/config/set.php
+++ b/phpBB/phpbb/console/command/config/set.php
@@ -26,7 +26,7 @@ class set extends command
{
$this
->setName('config:set')
- ->setDescription("Sets a configuration option's value")
+ ->setDescription($this->user->lang('CLI_DESCRIPTION_SET_CONFIG'))
->addArgument(
'key',
InputArgument::REQUIRED,