Commit 389eb8f415d707f3b22496590478569080dfd438
1 parent
3c7fb37a
Exists in
master
and in
67 other branches
ENH: Enhancing messages and translations.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/preferences.py
@@ -147,7 +147,7 @@ class Language(wx.Panel): | @@ -147,7 +147,7 @@ class Language(wx.Panel): | ||
147 | box = wx.StaticBox(self, -1, _("Language")) | 147 | box = wx.StaticBox(self, -1, _("Language")) |
148 | bsizer = wx.StaticBoxSizer(box, wx.VERTICAL) | 148 | bsizer = wx.StaticBoxSizer(box, wx.VERTICAL) |
149 | 149 | ||
150 | - text = wx.StaticText(self, -1, _("Language settings will take effect \n the next time you open InVesalius.")) | 150 | + text = wx.StaticText(self, -1, _("Language settings will be applied \n the next time InVesalius starts.")) |
151 | bsizer.Add(cmb_lang, 0, wx.TOP|wx.CENTER, 20) | 151 | bsizer.Add(cmb_lang, 0, wx.TOP|wx.CENTER, 20) |
152 | bsizer.Add(text, 0, wx.TOP|wx.CENTER, 10) | 152 | bsizer.Add(text, 0, wx.TOP|wx.CENTER, 10) |
153 | 153 |