Commit 292e59dae31b96baf6e567f0b23a55c4b58a18ee

Authored by Thiago Franco de Moraes
1 parent f64aa557

Updated some GUI strings

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
invesalius/gui/task_importer.py
... ... @@ -64,8 +64,8 @@ class InnerTaskPanel(wx.Panel):
64 64 self.float_hyper_list = []
65 65  
66 66 # Fixed hyperlink items
67   - tooltip = wx.ToolTip(_("Select DICOM or Analyze files to be reconstructed"))
68   - link_import_local = hl.HyperLinkCtrl(self, -1, _("Import medical images..."))
  67 + tooltip = wx.ToolTip(_("Select DICOM files to be reconstructed"))
  68 + link_import_local = hl.HyperLinkCtrl(self, -1, _("Import DICOM images..."))
69 69 link_import_local.SetUnderlines(False, False, False)
70 70 link_import_local.SetBold(True)
71 71 link_import_local.SetColours("BLACK", "BLACK", "BLACK")
... ...