lbl_dllimit->setText(m_torrent->downloadLimit()<=0?QString::fromUtf8(C_INFINITY):Utils::Misc::friendlyUnit(m_torrent->downloadLimit())+tr("/s","/second (i.e. per second)"));
lbl_dllimit->setText(m_torrent->downloadLimit()<=0?QString::fromUtf8(C_INFINITY):Utils::Misc::friendlyUnit(m_torrent->downloadLimit())+tr("/s","/second (i.e. per second)"));