diff --git a/src/gui/torrentcontentmodel.cpp b/src/gui/torrentcontentmodel.cpp index 2a351fbc9..8200a793d 100644 --- a/src/gui/torrentcontentmodel.cpp +++ b/src/gui/torrentcontentmodel.cpp @@ -54,7 +54,7 @@ QIcon get_file_icon() { TorrentContentModel::TorrentContentModel(QObject *parent): QAbstractItemModel(parent), m_rootItem(new TorrentContentModelFolder(QList() << tr("Name") << tr("Size") - << tr("Progress") << tr("Priority"))) + << tr("Progress") << tr("Download Priority"))) { } diff --git a/src/webui/www/public/properties_content.html b/src/webui/www/public/properties_content.html index a35ce4f31..55efe430f 100644 --- a/src/webui/www/public/properties_content.html +++ b/src/webui/www/public/properties_content.html @@ -97,7 +97,7 @@ QBT_TR(Name)QBT_TR QBT_TR(Size)QBT_TR QBT_TR(Progress)QBT_TR - QBT_TR(Priority)QBT_TR + QBT_TR(Download Priority)QBT_TR