forked from Techsystech/web
[FIX] fix translation
parent
abc954b042
commit
de2ee7dbdd
|
@ -63,7 +63,7 @@ msgstr "Export"
|
|||
#. module: help_online
|
||||
#: model:ir.actions.act_window,name:help_online.action_export_help_wizard
|
||||
msgid "Export Help"
|
||||
msgstr "Export Help"
|
||||
msgstr "Export des pages d'aide"
|
||||
|
||||
#. module: help_online
|
||||
#: view:export.help.wizard:help_online.export_help_wizard_view
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue