summaryrefslogtreecommitdiffstats
path: root/libktorrent
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 /libktorrent
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 'libktorrent')
-rw-r--r--libktorrent/pluginmanagerprefpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/pluginmanagerprefpage.cpp b/libktorrent/pluginmanagerprefpage.cpp
index 66b1166..70a8777 100644
--- a/libktorrent/pluginmanagerprefpage.cpp
+++ b/libktorrent/pluginmanagerprefpage.cpp
@@ -51,7 +51,7 @@ namespace kt
{
setTitle("<h3>" + p->getGuiName() + "</h3>");
setDescription(
- i18n("%1<br>tqStatus: <b>%2</b><br>Author: %3").tqarg(p->getDescription())
+ i18n("%1<br>Status: <b>%2</b><br>Author: %3").tqarg(p->getDescription())
.tqarg(p->isLoaded() ? i18n("Loaded") : i18n("Not loaded"))
.tqarg(p->getAuthor()));
}