Commit 950453a2895d6946809c059477c87b5bb55822fd
1 parent
ef63dce0
Exists in
master
and in
5 other branches
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) | ... | ... |