Commit ef63dce05a791fb6b660a92b484b292140e286d5
1 parent
d01c73bb
Exists in
master
and in
67 other branches
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 | 103 | |
104 | 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 | 107 | bsizer_ren = wx.StaticBoxSizer(box_rendering, wx.VERTICAL) |
108 | 108 | |
109 | 109 | lbl_rendering = wx.StaticText(self, -1, _("Rendering")) | ... | ... |