aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-07-23 01:23:44 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-07-23 01:23:44 +0530
commitc81438e1f85633dd770fcddd8e332b278338732f (patch)
tree87e588947878a0f3c036b91cbe7b15e594cfe913 /phpBB/phpbb/console/command/fixup/recalculate_email_hash.php
parent4092b63be39453f9a7ce4f985217099ab10aae90 (diff)
downloadforums-c81438e1f85633dd770fcddd8e332b278338732f.tar
forums-c81438e1f85633dd770fcddd8e332b278338732f.tar.gz
forums-c81438e1f85633dd770fcddd8e332b278338732f.tar.bz2
forums-c81438e1f85633dd770fcddd8e332b278338732f.tar.xz
forums-c81438e1f85633dd770fcddd8e332b278338732f.zip
[ticket/12656] Use lang keys for all CLI strings
PHPBB3-12656
Diffstat (limited to 'phpBB/phpbb/console/command/fixup/recalculate_email_hash.php')
-rw-r--r--phpBB/phpbb/console/command/fixup/recalculate_email_hash.php2
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 94f850240e..ec4e1b0ee7 100644
--- a/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php
+++ b/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php
@@ -70,6 +70,6 @@ class recalculate_email_hash extends \phpbb\console\command\command
}
$this->db->sql_freeresult($result);
- $output->writeln('<info>Successfully recalculated all email hashes.</info>');
+ $output->writeln('<info>' . $this->user->lang('CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS') . '</info>');
}
}