Commit cb352d27ec19cd8b3b0fc34b0c26f403aaabb80c

Authored by fabioaz
1 parent 63af3acd

ENH: Enhancing messages and translations.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/data_notebook.py
... ... @@ -618,7 +618,7 @@ class SurfaceButtonControlPanel(wx.Panel):
618 618 def OnNew(self):
619 619 sl = slice_.Slice()
620 620 dialog = dlg.SurfaceCreationDialog(None, -1,
621   - _('InVesalius 3 - New surface'),
  621 + _('New surface'),
622 622 mask_edited=sl.current_mask.was_edited)
623 623 try:
624 624 if dialog.ShowModal() == wx.ID_OK:
... ...