summaryrefslogtreecommitdiffstats
path: root/plugins/webinterface/www/mobile
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commitae2f0b5ac8e4d9118868fb66d6494641a9b7e00a (patch)
treec6fad3d9ff097eb05f9aed02cc2d57f75230daf6 /plugins/webinterface/www/mobile
parent2410b4e25d39f34c5312311423ecbc43941703a3 (diff)
downloadktorrent-ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a.tar.gz
ktorrent-ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'plugins/webinterface/www/mobile')
-rw-r--r--plugins/webinterface/www/mobile/interface.php2
-rw-r--r--plugins/webinterface/www/mobile/torrent.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/webinterface/www/mobile/interface.php b/plugins/webinterface/www/mobile/interface.php
index d2fdea9..3f5e88b 100644
--- a/plugins/webinterface/www/mobile/interface.php
+++ b/plugins/webinterface/www/mobile/interface.php
@@ -59,7 +59,7 @@
echo "<td>Checking Data</td>";
break;
default:
- echo "<td>Not supported tqStatus</td>";
+ echo "<td>Not supported Status</td>";
}
echo "<td>$perc%</td>";
$a=$a+1;
diff --git a/plugins/webinterface/www/mobile/torrent.php b/plugins/webinterface/www/mobile/torrent.php
index 31d980e..b041d3f 100644
--- a/plugins/webinterface/www/mobile/torrent.php
+++ b/plugins/webinterface/www/mobile/torrent.php
@@ -31,7 +31,7 @@
<tbody>
<?php
echo "<tr>";
- echo "<td><strong>tqStatus: </strong></td>";
+ echo "<td><strong>Status: </strong></td>";
switch ($t['status']) {
case 0:
echo "<td>NOT_STARTED</td>";
@@ -67,7 +67,7 @@
echo "<td>CHECKING_DATA</td>";
break;
default:
- echo "<td>Not supported tqStatus</td>";
+ echo "<td>Not supported Status</td>";
}
echo "</tr>";
echo "<tr>";