mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 21:51:25 -07:00
Capitalize header title
This is the only one not properly capitalized.
This commit is contained in:
parent
aa022400f7
commit
d3936c07c7
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ QVariant TransferListModel::headerData(const int section, const Qt::Orientation
|
||||||
case TR_AMOUNT_UPLOADED_SESSION: return tr("Session Upload", "Amount of data uploaded since program open (e.g. in MB)");
|
case TR_AMOUNT_UPLOADED_SESSION: return tr("Session Upload", "Amount of data uploaded since program open (e.g. in MB)");
|
||||||
case TR_AMOUNT_LEFT: return tr("Remaining", "Amount of data left to download (e.g. in MB)");
|
case TR_AMOUNT_LEFT: return tr("Remaining", "Amount of data left to download (e.g. in MB)");
|
||||||
case TR_TIME_ELAPSED: return tr("Time Active", "Time (duration) the torrent is active (not paused)");
|
case TR_TIME_ELAPSED: return tr("Time Active", "Time (duration) the torrent is active (not paused)");
|
||||||
case TR_SAVE_PATH: return tr("Save path", "Torrent save path");
|
case TR_SAVE_PATH: return tr("Save Path", "Torrent save path");
|
||||||
case TR_DOWNLOAD_PATH: return tr("Incomplete Save Path", "Torrent incomplete save path");
|
case TR_DOWNLOAD_PATH: return tr("Incomplete Save Path", "Torrent incomplete save path");
|
||||||
case TR_COMPLETED: return tr("Completed", "Amount of data completed (e.g. in MB)");
|
case TR_COMPLETED: return tr("Completed", "Amount of data completed (e.g. in MB)");
|
||||||
case TR_RATIO_LIMIT: return tr("Ratio Limit", "Upload share ratio limit");
|
case TR_RATIO_LIMIT: return tr("Ratio Limit", "Upload share ratio limit");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue