Commit 3c7fb37a48c02f646e1f587e30dfe61127295d7e

Authored by fabioaz
1 parent 40cc97af

ENH: Enhancing messages and translations.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/preferences.py
... ... @@ -110,7 +110,7 @@ class Viewer3D(wx.Panel):
110 110 bsizer_ren.Add(lbl_rendering, 0, wx.TOP | wx.LEFT, 10)
111 111  
112 112 rb_rendering = self.rb_rendering = wx.RadioBox(self, -1, "", wx.DefaultPosition, wx.DefaultSize,
113   - ['CPU', _(u'GPU (Only NVidia video card)')], 2, wx.RA_SPECIFY_COLS | wx.NO_BORDER)
  113 + ['CPU', _(u'GPU (NVidia video cards only)')], 2, wx.RA_SPECIFY_COLS | wx.NO_BORDER)
114 114  
115 115 bsizer_ren.Add(rb_rendering, 0, wx.TOP | wx.LEFT, 0)
116 116 border = wx.BoxSizer(wx.VERTICAL)
... ...