From ef63dce05a791fb6b660a92b484b292140e286d5 Mon Sep 17 00:00:00 2001 From: fabioaz Date: Mon, 10 Sep 2012 12:43:32 +0000 Subject: [PATCH] ENH: Updating/correcting translations to Brazilian Portuguese (pt_BR). --- invesalius/gui/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/preferences.py b/invesalius/gui/preferences.py index 395bdb8..93c5cf1 100644 --- a/invesalius/gui/preferences.py +++ b/invesalius/gui/preferences.py @@ -103,7 +103,7 @@ class Viewer3D(wx.Panel): bsizer.Add(rb_inter, 0, wx.TOP|wx.LEFT, 0) - box_rendering = wx.StaticBox(self, -1, _("Volume Rendering")) + box_rendering = wx.StaticBox(self, -1, _("Volume rendering")) bsizer_ren = wx.StaticBoxSizer(box_rendering, wx.VERTICAL) lbl_rendering = wx.StaticText(self, -1, _("Rendering")) -- libgit2 0.21.2