Commit 950453a2895d6946809c059477c87b5bb55822fd

Authored by fabioaz
1 parent ef63dce0

ENH: Updating/correcting translations to Brazilian Portuguese (pt_BR).

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/task_exporter.py
... ... @@ -327,7 +327,7 @@ class InnerTaskPanel(wx.Panel):
327 327 (filename, filetype))
328 328 else:
329 329 dlg = wx.MessageDialog(None,
330   - _("You need to create a surface and make ") +
  330 + _("You need to create a surface and make it ") +
331 331 _("visible before exporting it."),
332 332 'InVesalius 3',
333 333 wx.OK | wx.ICON_INFORMATION)
... ...