diff options
| author | 2015-12-09 11:58:53 +0000 | |
|---|---|---|
| committer | 2015-12-19 02:40:22 +0000 | |
| commit | 7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch) | |
| tree | a1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/mediaplayer/MpWinampInterface.cpp | |
| parent | Merge pull request #1776 from TheReign/issue_1754_2 (diff) | |
| download | KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2 KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip | |
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/mediaplayer/MpWinampInterface.cpp')
| -rw-r--r-- | src/modules/mediaplayer/MpWinampInterface.cpp | 8 |
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; } |
