Commit 159991ab33145384119e2b0d98d280077906419f
1 parent
af5e7366
Exists in
master
Updated the open dicom tooltip to say it only opens dicom files
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/task_importer.py
... | ... | @@ -68,7 +68,7 @@ class InnerTaskPanel(wx.Panel): |
68 | 68 | self.float_hyper_list = [] |
69 | 69 | |
70 | 70 | # Fixed hyperlink items |
71 | - tooltip = wx.ToolTip(_("Select DICOM, Analyze, NIfTI or REC/PAR files to be reconstructed")) | |
71 | + tooltip = wx.ToolTip(_("Select DICOM files to be reconstructed")) | |
72 | 72 | link_import_local = hl.HyperLinkCtrl(self, -1, _("Import medical images...")) |
73 | 73 | link_import_local.SetUnderlines(False, False, False) |
74 | 74 | link_import_local.SetBold(True) | ... | ... |