[FIX] fix translation

This commit is contained in:
Cédric Pigeon
2014-10-20 12:05:15 +02:00
parent abc954b042
commit de2ee7dbdd
2 changed files with 3 additions and 3 deletions

View File

@@ -240,7 +240,7 @@ class ExportHelpWizard(models.TransientModel):
'export_filename': 'help_online_data.xml'})
return {
'name': 'Help Online Export',
'name': _('Export Help'),
'type': 'ir.actions.act_window',
'res_model': self._name,
'view_mode': 'form',