Commit bf17dc68e26cc72ba7fb2f480a825704c0db0b6f

Authored by fabioaz
1 parent eaaef073

ENH: Updating/correcting translations to Brazilian Portuguese (pt_BR).

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/data_notebook.py
... ... @@ -61,7 +61,7 @@ class NotebookPanel(wx.Panel):
61 61 book.SetWindowVariant(wx.WINDOW_VARIANT_SMALL)
62 62  
63 63 book.AddPage(MaskPage(book), _("Masks"))
64   - book.AddPage(SurfacePage(book), _("3D Surfaces"))
  64 + book.AddPage(SurfacePage(book), _("3D surfaces"))
65 65 book.AddPage(MeasurePage(book), _("Measures"))
66 66 #book.AddPage(AnnotationsListCtrlPanel(book), _("Notes"))
67 67  
... ...