diff --git a/invesalius/gui/data_notebook.py b/invesalius/gui/data_notebook.py index ff8c86c..f5927a9 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -61,7 +61,7 @@ class NotebookPanel(wx.Panel): book.SetWindowVariant(wx.WINDOW_VARIANT_SMALL) book.AddPage(MaskPage(book), _("Masks")) - book.AddPage(SurfacePage(book), _("3D Surfaces")) + book.AddPage(SurfacePage(book), _("3D surfaces")) book.AddPage(MeasurePage(book), _("Measures")) #book.AddPage(AnnotationsListCtrlPanel(book), _("Notes")) -- libgit2 0.21.2