diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2014-07-23 00:35:09 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2014-07-23 00:35:09 +0530 |
commit | 4092b63be39453f9a7ce4f985217099ab10aae90 (patch) | |
tree | fbb70772547189cd6838540681a473d6e7e1bca9 /phpBB/phpbb/console/command/fixup | |
parent | e11875527dbb09c2c22192c6b6866a19cc38473d (diff) | |
download | forums-4092b63be39453f9a7ce4f985217099ab10aae90.tar forums-4092b63be39453f9a7ce4f985217099ab10aae90.tar.gz forums-4092b63be39453f9a7ce4f985217099ab10aae90.tar.bz2 forums-4092b63be39453f9a7ce4f985217099ab10aae90.tar.xz forums-4092b63be39453f9a7ce4f985217099ab10aae90.zip |
[ticket/12656] Use lang keys for CLI command descriptions
PHPBB3-12656
Diffstat (limited to 'phpBB/phpbb/console/command/fixup')
-rw-r--r-- | phpBB/phpbb/console/command/fixup/recalculate_email_hash.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php b/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php index cb821cfe20..94f850240e 100644 --- a/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php +++ b/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php @@ -31,7 +31,7 @@ class recalculate_email_hash extends \phpbb\console\command\command { $this ->setName('fixup:recalculate-email-hash') - ->setDescription('Recalculates the user_email_hash column of the users table.') + ->setDescription($this->user->lang('CLI_DESCRIPTION_RECALCULATE_EMAIL_HASH')) ; } |