From ef90452d145a755016aa5c3ba529ca9c239fe250 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 26 Sep 2013 14:59:12 -0300 Subject: [PATCH] Added the rest of the string to translation --- invesalius/data/viewer_slice.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 3c3b5e9..7daf883 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -79,15 +79,15 @@ class ContourMIPConfig(wx.Panel): self.border_spin.SetMinSize((5 * w + 10, -1)) self.border_spin.SetMaxSize((5 * w + 10, -1)) - self.inverted = wx.CheckBox(self, -1, "inverted") + self.inverted = wx.CheckBox(self, -1, _("inverted")) self.inverted.SetToolTip(wx.ToolTip(_("If checked, the slices are" " traversed in descending" " order to compound the" " visualization instead of" " ascending order"))) - txt_mip_size = wx.StaticText(self, -1, "Number of slices", style=wx.ALIGN_CENTER_HORIZONTAL) - self.txt_mip_border = wx.StaticText(self, -1, "Sharpness") + txt_mip_size = wx.StaticText(self, -1, _("Number of slices"), style=wx.ALIGN_CENTER_HORIZONTAL) + self.txt_mip_border = wx.StaticText(self, -1, _("Sharpness")) sizer = wx.BoxSizer(wx.HORIZONTAL) sizer.Add(txt_mip_size, 0, wx.EXPAND | wx.ALL, 2) -- libgit2 0.21.2