From cb352d27ec19cd8b3b0fc34b0c26f403aaabb80c Mon Sep 17 00:00:00 2001 From: fabioaz Date: Wed, 12 Sep 2012 18:53:51 +0000 Subject: [PATCH] ENH: Enhancing messages and translations. --- invesalius/gui/data_notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/data_notebook.py b/invesalius/gui/data_notebook.py index f5927a9..05b3518 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -618,7 +618,7 @@ class SurfaceButtonControlPanel(wx.Panel): def OnNew(self): sl = slice_.Slice() dialog = dlg.SurfaceCreationDialog(None, -1, - _('InVesalius 3 - New surface'), + _('New surface'), mask_edited=sl.current_mask.was_edited) try: if dialog.ShowModal() == wx.ID_OK: -- libgit2 0.21.2