From 282a95c1c22c53fce0643b750c23328ab12b9ef0 Mon Sep 17 00:00:00 2001 From: fabioaz Date: Wed, 12 Sep 2012 18:55:03 +0000 Subject: [PATCH] ENH: Enhancing messages and translations. --- invesalius/gui/task_surface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/gui/task_surface.py b/invesalius/gui/task_surface.py index 8b7737d..c4af5d8 100644 --- a/invesalius/gui/task_surface.py +++ b/invesalius/gui/task_surface.py @@ -83,7 +83,7 @@ class InnerTaskPanel(wx.Panel): # Fixed hyperlink items tooltip = wx.ToolTip(_("Create 3D surface based on a mask")) - link_new_surface = hl.HyperLinkCtrl(self, -1, "Create new 3D surface") + link_new_surface = hl.HyperLinkCtrl(self, -1, _("Create new 3D surface")) link_new_surface.SetUnderlines(False, False, False) link_new_surface.SetColours("BLACK", "BLACK", "BLACK") link_new_surface.SetToolTip(tooltip) @@ -133,7 +133,7 @@ class InnerTaskPanel(wx.Panel): #import gui.dialogs as dlg sl = slice_.Slice() dialog = dlg.SurfaceCreationDialog(None, -1, - _('InVesalius 3 - New surface'), + _('New surface'), mask_edited=sl.current_mask.was_edited) try: -- libgit2 0.21.2