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