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/chan/libkvichan.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/chan/libkvichan.cpp')
| -rw-r--r-- | src/modules/chan/libkvichan.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp index d96cbb8f6..367cb3479 100644 --- a/src/modules/chan/libkvichan.cpp +++ b/src/modules/chan/libkvichan.cpp @@ -47,7 +47,7 @@ static KviChannelWindow * chan_kvs_find_channel(KviKvsModuleFunctionCall * c, QS KviWindow * w = g_pApp->findWindow(szChan); if(!w) { - if(!bNoWarnings) c->warning(__tr2qs("Can't find the window with id '%Q'"),&szChan); + if(!bNoWarnings) c->warning(__tr2qs("Can't find the window with ID '%Q'"),&szChan); return 0; } if(w->type() == KviWindow::Channel)return (KviChannelWindow *)w; @@ -1280,7 +1280,7 @@ static bool chan_kvs_fnc_banlist(KviKvsModuleFunctionCall * c) @syntax: <array> $chan.banexceptionlist([window_id]) @description: - Returns an array of ban exception masks set ont the channel identified by [window_id].[br] + Returns an array of ban exception masks set on the channel identified by [window_id].[br] If [window_id] is empty, the current window is used.[br] If the window designated by [window_id] is not a channel a warning is printed and an empty array is returned.[br] @seealso: @@ -1327,7 +1327,7 @@ static bool chan_kvs_fnc_banexceptionlist(KviKvsModuleFunctionCall * c) @syntax: <array> $chan.banexceptionlist([window_id]) @description: - Returns an array of invite masks set ont the channel identified by [window_id].[br] + Returns an array of invite masks set on the channel identified by [window_id].[br] If [window_id] is empty, the current window is used.[br] If the window designated by [window_id] is not a channel a warning is printed and an empty array is returned.[br] @seealso: |
