Commit 692016986588eb9183da63b18d96ad7a2bc544a9

Authored by fabioaz
1 parent 099982f6

ENH: Updating/correcting translations to Brazilian Portuguese (pt_BR).

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
invesalius/gui/widgets/slice_menu.py
... ... @@ -101,8 +101,8 @@ class SliceMenu(wx.Menu):
101 101 flag_tiling = True
102 102  
103 103 # Add sub itens in the menu
104   - self.AppendMenu(-1, _("Window Width and Level"), submenu_wl)
105   - self.AppendMenu(-1, _("Pseudo Colour"), submenu_pseudo_colours)
  104 + self.AppendMenu(-1, _("Window width and level"), submenu_wl)
  105 + self.AppendMenu(-1, _("Pseudo color"), submenu_pseudo_colours)
106 106 ###self.AppendMenu(-1, _("Image Tiling"), submenu_image_tiling)
107 107  
108 108 # It doesn't work in Linux
... ...