Commit 5926d404b0055d749341290ed2789f953aa1a3ab
1 parent
04f65de4
Exists in
watershed_improvements_bkp
gui description
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/task_slice.py
... | ... | @@ -720,7 +720,7 @@ class WatershedTool(EditionTools): |
720 | 720 | self.SetBackgroundColour(default_colour) |
721 | 721 | |
722 | 722 | ## LINE 1 |
723 | - text1 = wx.StaticText(self, -1, _("Choose brush type and size:")) | |
723 | + text1 = wx.StaticText(self, -1, _("Choose brush type, size or operation:")) | |
724 | 724 | |
725 | 725 | ## LINE 2 |
726 | 726 | menu = wx.Menu() | ... | ... |