aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/libkvidcc.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-10-08 13:31:51 +0100
committerGravatar un1versal2015-10-08 17:39:58 +0100
commit4916057361fc8ce13f63e36b993f20a1e4aa7e1c (patch)
treefde05d885169fb82b4fc4a0d43de4ef4d7f3e6ca /src/modules/dcc/libkvidcc.cpp
parent[ci skip] no strings - cpp files - typo corrections (diff)
downloadKVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.gz
KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.bz2
KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.zip
[ci skip] cpp file typos and capitalization corrections
Diffstat (limited to 'src/modules/dcc/libkvidcc.cpp')
-rw-r--r--src/modules/dcc/libkvidcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp
index 74aded7c5..4b3afa452 100644
--- a/src/modules/dcc/libkvidcc.cpp
+++ b/src/modules/dcc/libkvidcc.cpp
@@ -2437,7 +2437,7 @@ static bool dcc_kvs_fnc_ircContext(KviKvsModuleFunctionCall * c)
{
c->returnValue()->setInteger(dcc->console()->context()->id());
} else {
- c->error(__tr2qs_ctx("The irc context that originated the dcc doesn't exists anymore.","dcc"));
+ c->error(__tr2qs_ctx("The IRC context that originated the DCC doesn't exists anymore.","dcc"));
return false;
}
}