From 950453a2895d6946809c059477c87b5bb55822fd Mon Sep 17 00:00:00 2001 From: fabioaz Date: Mon, 10 Sep 2012 12:45:08 +0000 Subject: [PATCH] ENH: Updating/correcting translations to Brazilian Portuguese (pt_BR). --- invesalius/gui/task_exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/task_exporter.py b/invesalius/gui/task_exporter.py index 347bc61..e11620d 100644 --- a/invesalius/gui/task_exporter.py +++ b/invesalius/gui/task_exporter.py @@ -327,7 +327,7 @@ class InnerTaskPanel(wx.Panel): (filename, filetype)) else: dlg = wx.MessageDialog(None, - _("You need to create a surface and make ") + + _("You need to create a surface and make it ") + _("visible before exporting it."), 'InVesalius 3', wx.OK | wx.ICON_INFORMATION) -- libgit2 0.21.2