Commit ef63dce05a791fb6b660a92b484b292140e286d5

Authored by fabioaz
1 parent d01c73bb

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/preferences.py
@@ -103,7 +103,7 @@ class Viewer3D(wx.Panel): @@ -103,7 +103,7 @@ class Viewer3D(wx.Panel):
103 103
104 bsizer.Add(rb_inter, 0, wx.TOP|wx.LEFT, 0) 104 bsizer.Add(rb_inter, 0, wx.TOP|wx.LEFT, 0)
105 105
106 - box_rendering = wx.StaticBox(self, -1, _("Volume Rendering")) 106 + box_rendering = wx.StaticBox(self, -1, _("Volume rendering"))
107 bsizer_ren = wx.StaticBoxSizer(box_rendering, wx.VERTICAL) 107 bsizer_ren = wx.StaticBoxSizer(box_rendering, wx.VERTICAL)
108 108
109 lbl_rendering = wx.StaticText(self, -1, _("Rendering")) 109 lbl_rendering = wx.StaticText(self, -1, _("Rendering"))