1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 23:37:59 +00:00

Rename column header

This commit is contained in:
Chocobo1 2016-01-08 22:03:31 +08:00
parent 05b557c27f
commit 9b031d2fae
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ QIcon get_file_icon() {
TorrentContentModel::TorrentContentModel(QObject *parent):
QAbstractItemModel(parent),
m_rootItem(new TorrentContentModelFolder(QList<QVariant>() << tr("Name") << tr("Size")
<< tr("Progress") << tr("Priority")))
<< tr("Progress") << tr("Download Priority")))
{
}

View File

@ -97,7 +97,7 @@
<th>QBT_TR(Name)QBT_TR</th>
<th style="width: 150px;">QBT_TR(Size)QBT_TR</th>
<th style="width: 90px;">QBT_TR(Progress)QBT_TR</th>
<th style="width: 150px; border-right: 0">QBT_TR(Priority)QBT_TR</th>
<th style="width: 150px; border-right: 0">QBT_TR(Download Priority)QBT_TR</th>
</tr>
</thead>
<tbody id="filesTable"></tbody>