summaryrefslogtreecommitdiffstats
path: root/plugins/webinterface
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
commit2410b4e25d39f34c5312311423ecbc43941703a3 (patch)
treea3fc715668c2e65da4c972f261de0cc6f44417a8 /plugins/webinterface
parent1fd6d1afcbe91ded5fa58f724143f81f8b1084f9 (diff)
downloadktorrent-2410b4e25d39f34c5312311423ecbc43941703a3.tar.gz
ktorrent-2410b4e25d39f34c5312311423ecbc43941703a3.zip
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/webinterface')
-rw-r--r--plugins/webinterface/www/coldmilk/page_update.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/webinterface/www/coldmilk/page_update.js b/plugins/webinterface/www/coldmilk/page_update.js
index c6b33be..c004456 100644
--- a/plugins/webinterface/www/coldmilk/page_update.js
+++ b/plugins/webinterface/www/coldmilk/page_update.js
@@ -403,7 +403,7 @@ function _get_file_status_name(status_id)
}
function _torrents_details_header(row) {
- headers = new Array("Actions", "File", "Size", "Perc done", "tqStatus");
+ headers = new Array("Actions", "File", "Size", "Perc done", "Status");
for (var i in headers) {
var header = document.createElement("th");
header.appendChild(document.createTextNode(headers[i]));
@@ -414,7 +414,7 @@ function _torrents_details_header(row) {
function _torrent_table_header(row) {
headers = new Array(
- "Actions", "File", "tqStatus",
+ "Actions", "File", "Status",
"Speed", "Size", "Peers",
"Transferred", "% done"
);