Commit 57a39923f0d68bf21260f2936b9ca1e2212fa746
Exists in
master
Merge branch 'master' of github.com:tfmoraes/invesalius3
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) | ... | ... |