// we have not enough free disk space to continue download
// we have not enough free disk space to continue download
if(m_listener)m_listener->operationFail(tr("You only have %1 bytes left on the device, but %2 bytes are needed.").arg(freeSpace).arg(m_size-m_offset));
if(m_listener)m_listener->operationFail(tr("You only have %1 bytes left on the device, but %2 bytes are needed.").arg(freeSpace).arg(m_size-m_offset));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Not enough free disk space"),tr("You don't have enough free space on this disk, please make more space or choose a directory on another disk."));
QMessageBox::StandardButtonres=QMessageBox::warning(this,tr("Not enough free disk space"),tr("You don't have enough free space on this disk, please make more space or choose a directory on another disk."));