[FrameworkBundle] fixed translation:update command description.

This commit is contained in:
Hugo Hamon 2012-04-11 08:57:57 +02:00
parent e21d4ffde4
commit 809933f55b

View File

@ -60,7 +60,7 @@ class TranslationUpdateCommand extends ContainerAwareCommand
'Should the update be done'
)
))
->setDescription('Update the translation file')
->setDescription('Updates the translation file')
->setHelp(<<<EOF
The <info>%command.name%</info> command extract translation strings from templates
of a given bundle. It can display them or merge the new ones into the translation files.