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,7 +327,7 @@ class InnerTaskPanel(wx.Panel):
327 (filename, filetype)) 327 (filename, filetype))
328 else: 328 else:
329 dlg = wx.MessageDialog(None, 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 _("visible before exporting it."), 331 _("visible before exporting it."),
332 'InVesalius 3', 332 'InVesalius 3',
333 wx.OK | wx.ICON_INFORMATION) 333 wx.OK | wx.ICON_INFORMATION)