aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/mediaplayer/MpWinampInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/mediaplayer/MpWinampInterface.cpp')
-rw-r--r--src/modules/mediaplayer/MpWinampInterface.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/mediaplayer/MpWinampInterface.cpp b/src/modules/mediaplayer/MpWinampInterface.cpp
index e31880746..c842e4ed6 100644
--- a/src/modules/mediaplayer/MpWinampInterface.cpp
+++ b/src/modules/mediaplayer/MpWinampInterface.cpp
@@ -185,7 +185,7 @@ static HWND find_winamp(KviWinampInterface * i)
if(!hWnd)
{
// try to start the process ?
- i->setLastError(__tr2qs_ctx("Can't find a running winamp window","mediaplayer"));
+ i->setLastError(__tr2qs_ctx("Can't find a running Winamp window","mediaplayer"));
}
return hWnd;
}
@@ -195,7 +195,7 @@ MP_IMPLEMENT_DESCRIPTOR(
KviWinampInterface,
"winamp",
__tr2qs_ctx(
- "An interface to the popular Winamp media player.\n" \
+ "An interface for the popular Winamp media player.\n" \
"You can download it from http://www.winamp.com.\n" \
"To use all the features of this interface you must " \
"copy the gen_kvirc.dll plugin found in the KVIrc " \
@@ -317,7 +317,7 @@ QString KviWinampInterface::mrl()
if(ret2 != KVIRC_WM_USER_CHECK_REPLY)
{
- setLastError(__tr2qs_ctx("The winamp plugin has not been installed properly. Check /help mediaplayer.nowplaying","mediaplayer"));
+ setLastError(__tr2qs_ctx("The Winamp plugin has not been installed properly. Check /help mediaplayer.nowplaying","mediaplayer"));
return ret;
}
@@ -351,7 +351,7 @@ QString KviWinampInterface::nowPlaying()
int retpippo = SendMessage(hWinamp,WM_USER,KVIRC_WM_USER,KVIRC_WM_USER_CHECK);
if(retpippo != KVIRC_WM_USER_CHECK_REPLY)
{
- setLastError(__tr2qs_ctx("The winamp plugin has not been installed properly. Check /help mediaplayer.nowplaying","mediaplayer") );
+ setLastError(__tr2qs_ctx("The Winamp plugin has not been installed properly. Check /help mediaplayer.nowplaying","mediaplayer") );
return ret;
}