diff options
| author | 2015-10-08 13:31:51 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:58 +0100 | |
| commit | 4916057361fc8ce13f63e36b993f20a1e4aa7e1c (patch) | |
| tree | fde05d885169fb82b4fc4a0d43de4ef4d7f3e6ca /src/modules/spaste/libkvispaste.cpp | |
| parent | [ci skip] no strings - cpp files - typo corrections (diff) | |
| download | KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.gz KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.bz2 KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.zip | |
[ci skip] cpp file typos and capitalization corrections
Diffstat (limited to 'src/modules/spaste/libkvispaste.cpp')
| -rw-r--r-- | src/modules/spaste/libkvispaste.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/spaste/libkvispaste.cpp b/src/modules/spaste/libkvispaste.cpp index 78b94189a..e9eda0144 100644 --- a/src/modules/spaste/libkvispaste.cpp +++ b/src/modules/spaste/libkvispaste.cpp @@ -221,7 +221,7 @@ static bool spaste_kvs_cmd_stop(KviKvsModuleCommandCall * c) ) { QString szWinId = c->window()->id(); - c->warning(__tr2qs("The specified window (%Q) is not a channel/query/dcc"),&szWinId); + c->warning(__tr2qs("The specified window (%Q) is not a Channel/Query/DCC"),&szWinId); return false; } else { while( (item = it.current()) != 0) @@ -283,7 +283,7 @@ static bool spaste_kvs_cmd_list(KviKvsModuleCommandCall * c) @title: spaste.setdelay @short: - Sets the delay time in miliseconds for the spaste module command delay + Sets the delay time in milliseconds for the spaste module command delay @syntax: spaste.setdelay <time_in_msecs:integer> @description: @@ -332,8 +332,8 @@ static bool spaste_module_can_unload(KviModule *) } KVIRC_MODULE( - "SPaste", // module name - "4.0.0", // module version + "SPaste", // module name + "4.0.0", // module version "(C) 2002 Juanjo Alvarez (juanjux@yahoo.es)", // author & (C) "Delayed paste commands", spaste_module_init, |
