Commit d447612da9741fc8563e02250edba2157ed3d6c2
1 parent
2ef35f4a
Exists in
master
and in
5 other branches
ENH: Enhanced translation to pt_BR
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/preferences.py
@@ -110,7 +110,7 @@ class Viewer3D(wx.Panel): | @@ -110,7 +110,7 @@ class Viewer3D(wx.Panel): | ||
110 | bsizer_ren.Add(lbl_rendering, 0, wx.TOP | wx.LEFT, 10) | 110 | bsizer_ren.Add(lbl_rendering, 0, wx.TOP | wx.LEFT, 10) |
111 | 111 | ||
112 | rb_rendering = self.rb_rendering = wx.RadioBox(self, -1, "", wx.DefaultPosition, wx.DefaultSize, | 112 | rb_rendering = self.rb_rendering = wx.RadioBox(self, -1, "", wx.DefaultPosition, wx.DefaultSize, |
113 | - ['CPU', 'GPU (Only NVidia video card)'], 2, wx.RA_SPECIFY_COLS | wx.NO_BORDER) | 113 | + ['CPU', _(u'GPU (Only NVidia video card)')], 2, wx.RA_SPECIFY_COLS | wx.NO_BORDER) |
114 | 114 | ||
115 | bsizer_ren.Add(rb_rendering, 0, wx.TOP | wx.LEFT, 0) | 115 | bsizer_ren.Add(rb_rendering, 0, wx.TOP | wx.LEFT, 0) |
116 | border = wx.BoxSizer(wx.VERTICAL) | 116 | border = wx.BoxSizer(wx.VERTICAL) |
locale/pt_BR/LC_MESSAGES/invesalius.mo
No preview for this file type