From bf17dc68e26cc72ba7fb2f480a825704c0db0b6f Mon Sep 17 00:00:00 2001 From: fabioaz Date: Mon, 10 Sep 2012 12:31:13 +0000 Subject: [PATCH] ENH: Updating/correcting translations to Brazilian Portuguese (pt_BR). --- 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 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