# HG changeset patch # User Sebastien Jodogne # Date 1723814010 -7200 # Node ID 39444dccfff74aa5e7afeac83a0045953012698b # Parent 2fe77dfe04669af888a730f7e925657c8bfdc8ab Orthanc Explorer: clarify download of attachments diff -r 2fe77dfe0466 -r 39444dccfff7 OrthancServer/OrthancExplorer/explorer.js --- a/OrthancServer/OrthancExplorer/explorer.js Thu Aug 01 19:44:48 2024 +0200 +++ b/OrthancServer/OrthancExplorer/explorer.js Fri Aug 16 15:13:30 2024 +0200 @@ -715,7 +715,7 @@ $('.' + liClass).remove(); for (var key in attachments) { if (attachments[key] >= 1024) { - target.append('
  • Download ' + key + '
  • ') + target.append('
  • Download attachment "' + key + '"
  • ') } } target.listview('refresh');