Commit 3e77a5ec8fa7da34d15acad51d6210d2a5fdde4f
1 parent
7a10d613
Exists in
master
and in
67 other branches
ENH: Dialog of image reduction
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/dialogs.py
... | ... | @@ -106,7 +106,7 @@ class ResizeImageDialog(wx.Dialog): |
106 | 106 | btn_sizer.AddButton(btn_cancel) |
107 | 107 | btn_sizer.Realize() |
108 | 108 | |
109 | - lbl_message_percent = wx.StaticText(self, -1,_("Resolution percentage of image")) | |
109 | + lbl_message_percent = wx.StaticText(self, -1,_("Percentage of image resolution")) | |
110 | 110 | |
111 | 111 | num_ctrl_percent = wx.SpinCtrl(self, -1) |
112 | 112 | num_ctrl_percent.SetRange(20,100) | ... | ... |