mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
refact: Rename column to 'Selected'
This commit is contained in:
parent
f20935b5c1
commit
1a9006c1d0
2 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ QVariant TransferListModel::headerData(const int section, const Qt::Orientation
|
|||
case TR_INFOHASH_V1: return tr("Info Hash v1", "i.e: torrent info hash v1");
|
||||
case TR_INFOHASH_V2: return tr("Info Hash v2", "i.e: torrent info hash v2");
|
||||
case TR_REANNOUNCE: return tr("Reannounce In", "Indicates the time until next trackers reannounce");
|
||||
case TR_PERCENT_SELECTED: return tr("Size %", "Percentage of selected data to download");
|
||||
case TR_PERCENT_SELECTED: return tr("Selected", "Percentage of selected data to download");
|
||||
case TR_PRIVATE: return tr("Private", "Flags private torrents");
|
||||
default: return {};
|
||||
}
|
||||
|
|
|
@ -1145,7 +1145,7 @@ window.qBittorrent.DynamicTable ??= (() => {
|
|||
this.newColumn("infohash_v2", "", "QBT_TR(Info Hash v2)QBT_TR[CONTEXT=TransferListModel]", 100, false);
|
||||
this.newColumn("reannounce", "", "QBT_TR(Reannounce In)QBT_TR[CONTEXT=TransferListModel]", 100, false);
|
||||
this.newColumn("private", "", "QBT_TR(Private)QBT_TR[CONTEXT=TransferListModel]", 100, false);
|
||||
this.newColumn("percent_selected", "", "QBT_TR(Size %)QBT_TR[CONTEXT=TransferListModel]", 100, false);
|
||||
this.newColumn("percent_selected", "", "QBT_TR(Selected)QBT_TR[CONTEXT=TransferListModel]", 100, false);
|
||||
|
||||
this.columns["state_icon"].dataProperties[0] = "state";
|
||||
this.columns["name"].dataProperties.push("state");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue