aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/dev
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/dev')
-rw-r--r--phpBB/phpbb/console/command/dev/migration_tips.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/dev/migration_tips.php b/phpBB/phpbb/console/command/dev/migration_tips.php
index e1387b34ae..f9047bdac8 100644
--- a/phpBB/phpbb/console/command/dev/migration_tips.php
+++ b/phpBB/phpbb/console/command/dev/migration_tips.php
@@ -30,7 +30,7 @@ class migration_tips extends \phpbb\console\command\command
{
$this
->setName('dev:migration-tips')
- ->setDescription('Finds migrations that are not depended on.')
+ ->setDescription($this->user->lang('CLI_DESCRIPTION_FIND_MIGRATIONS'))
;
}