From 50881b99728a749308f283550bbfc0cb5dab06a0 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 8 Jan 2016 22:03:31 +0800 Subject: [PATCH] Rename column header --- src/gui/torrentcontentmodel.cpp | 2 +- src/webui/www/public/properties_content.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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