Commit 876d77a4f709724e6dceae7666fe55f0ea6bae3b
1 parent
f825c0de
Exists in
master
and in
67 other branches
ENH: button "Save surface" changed to "Create surface"
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/task_slice.py
... | ... | @@ -109,7 +109,7 @@ class InnerTaskPanel(wx.Panel): |
109 | 109 | self.fold_panel = fold_panel |
110 | 110 | |
111 | 111 | # Button to fold to select region task |
112 | - button_next = wx.Button(self, -1, _("Save surface")) | |
112 | + button_next = wx.Button(self, -1, _("Create surface")) | |
113 | 113 | check_box = wx.CheckBox(self, -1, _("Overwrite last surface")) |
114 | 114 | self.check_box = check_box |
115 | 115 | if sys.platform != 'win32': | ... | ... |