Browse Source

Rename column header

adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
9b031d2fae
  1. 2
      src/gui/torrentcontentmodel.cpp
  2. 2
      src/webui/www/public/properties_content.html

2
src/gui/torrentcontentmodel.cpp

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

2
src/webui/www/public/properties_content.html

@ -97,7 +97,7 @@
<th>QBT_TR(Name)QBT_TR</th> <th>QBT_TR(Name)QBT_TR</th>
<th style="width: 150px;">QBT_TR(Size)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: 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> </tr>
</thead> </thead>
<tbody id="filesTable"></tbody> <tbody id="filesTable"></tbody>

Loading…
Cancel
Save