aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/torrent/libkvitorrent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/torrent/libkvitorrent.cpp')
-rw-r--r--src/modules/torrent/libkvitorrent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/torrent/libkvitorrent.cpp b/src/modules/torrent/libkvitorrent.cpp
index fbb1a3ad4..ca2e89430 100644
--- a/src/modules/torrent/libkvitorrent.cpp
+++ b/src/modules/torrent/libkvitorrent.cpp
@@ -69,7 +69,7 @@ static KviTorrentInterface *auto_detect_torrent_client(KviWindow * pOut = 0)
/* if(iBest < 90)
{
if(pOut)
- pOut->outputNoFmt(KVI_OUT_MULTIMEDIA,__tr2qs_ctx("Not sure about the results, trying a second, more agressive detection pass","mediaplayer"));
+ pOut->outputNoFmt(KVI_OUT_MULTIMEDIA,__tr2qs_ctx("Not sure about the results, trying a second, more agressive detection pass","torrent"));
// no sure player found... try again with a destructive test
for(d = g_pDescriptorList->first();d;d = g_pDescriptorList->next())
{
@@ -87,7 +87,7 @@ static KviTorrentInterface *auto_detect_torrent_client(KviWindow * pOut = 0)
{
QString szOut;
QString szNam = d->name();
- KviQString::sprintf(szOut,__tr2qs_ctx("Trying media player interface \"%Q\": score %d","mediaplayer"),&(szNam),iScore);
+ KviQString::sprintf(szOut,__tr2qs_ctx("Trying media player interface \"%Q\": score %d","torrent"),&(szNam),iScore);
pOut->output(KVI_OUT_MULTIMEDIA,szOut);
}
}