Commit 876d77a4f709724e6dceae7666fe55f0ea6bae3b

Authored by ruppert
1 parent f825c0de

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,7 +109,7 @@ class InnerTaskPanel(wx.Panel):
109 self.fold_panel = fold_panel 109 self.fold_panel = fold_panel
110 110
111 # Button to fold to select region task 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 check_box = wx.CheckBox(self, -1, _("Overwrite last surface")) 113 check_box = wx.CheckBox(self, -1, _("Overwrite last surface"))
114 self.check_box = check_box 114 self.check_box = check_box
115 if sys.platform != 'win32': 115 if sys.platform != 'win32':