Commit 57a39923f0d68bf21260f2936b9ca1e2212fa746

Authored by Thiago Franco de Moraes
2 parents 72e69dbd 159991ab
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,7 +68,7 @@ class InnerTaskPanel(wx.Panel):
68 self.float_hyper_list = [] 68 self.float_hyper_list = []
69 69
70 # Fixed hyperlink items 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 link_import_local = hl.HyperLinkCtrl(self, -1, _("Import medical images...")) 72 link_import_local = hl.HyperLinkCtrl(self, -1, _("Import medical images..."))
73 link_import_local.SetUnderlines(False, False, False) 73 link_import_local.SetUnderlines(False, False, False)
74 link_import_local.SetBold(True) 74 link_import_local.SetBold(True)