Rename TR_PROGRESS header in TransferList

Closes #13665
This commit is contained in:
jagannatharjun 2020-10-28 10:28:20 +05:30 committed by sledgehammer999
parent f82a4051af
commit 87e1661bd5
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -166,7 +166,7 @@ QVariant TransferListModel::headerData(int section, Qt::Orientation orientation,
case TR_QUEUE_POSITION: return QChar('#');
case TR_NAME: return tr("Name", "i.e: torrent name");
case TR_SIZE: return tr("Size", "i.e: torrent size");
case TR_PROGRESS: return tr("Done", "% Done");
case TR_PROGRESS: return tr("Progress", "% Done");
case TR_STATUS: return tr("Status", "Torrent status (e.g. downloading, seeding, paused)");
case TR_SEEDS: return tr("Seeds", "i.e. full sources (often untranslated)");
case TR_PEERS: return tr("Peers", "i.e. partial sources (often untranslated)");