From ae2f0b5ac8e4d9118868fb66d6494641a9b7e00a Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 31 Aug 2011 04:15:04 +0000 Subject: 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 --- plugins/webinterface/www/mobile/interface.php | 2 +- plugins/webinterface/www/mobile/torrent.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/webinterface/www') 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 "Checking Data"; break; default: - echo "Not supported tqStatus"; + echo "Not supported Status"; } echo "$perc%"; $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 @@ "; - echo "tqStatus: "; + echo "Status: "; switch ($t['status']) { case 0: echo "NOT_STARTED"; @@ -67,7 +67,7 @@ echo "CHECKING_DATA"; break; default: - echo "Not supported tqStatus"; + echo "Not supported Status"; } echo ""; echo ""; -- cgit v1.2.1