Commit a3d875d681fbdeb92e7aaf64c77e71510c12aede
1 parent
70c85ba7
Exists in
master
and in
37 other branches
A typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/dialogs.py
... | ... | @@ -1487,7 +1487,7 @@ class WatershedOptionsDialog(wx.Dialog): |
1487 | 1487 | class MaskBooleanDialog(wx.Dialog): |
1488 | 1488 | def __init__(self, masks): |
1489 | 1489 | pre = wx.PreDialog() |
1490 | - pre.Create(wx.GetApp().GetTopWindow(), -1, _(u"Booleans operations"), style=wx.DEFAULT_DIALOG_STYLE|wx.FRAME_FLOAT_ON_PARENT) | |
1490 | + pre.Create(wx.GetApp().GetTopWindow(), -1, _(u"Boolean operations"), style=wx.DEFAULT_DIALOG_STYLE|wx.FRAME_FLOAT_ON_PARENT) | |
1491 | 1491 | self.PostCreate(pre) |
1492 | 1492 | |
1493 | 1493 | self._init_gui(masks) | ... | ... |