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