aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Markus Rennings2010-04-21 10:29:36 +0000
committerGravatar Markus Rennings2010-04-21 10:29:36 +0000
commit241cc481549dcf6d436e29eca757882e66f0635b (patch)
tree4c58078967b12e62c6f0d9be6ff73c085650cd12 /src
parentupdated german translations (diff)
downloadKVIrc-241cc481549dcf6d436e29eca757882e66f0635b.tar.gz
KVIrc-241cc481549dcf6d436e29eca757882e66f0635b.tar.bz2
KVIrc-241cc481549dcf6d436e29eca757882e66f0635b.zip
little "fix" for consistency
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4274 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/dcc/requests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp
index c34314d4e..0ba8569a8 100644
--- a/src/modules/dcc/requests.cpp
+++ b/src/modules/dcc/requests.cpp
@@ -449,7 +449,7 @@ static void dccModuleParseDccSend(KviDccRequest *dcc)
if(!dcc->ctcpMsg->msg->haltOutput())
{
dcc->ctcpMsg->msg->console()->output(KVI_OUT_DCCMSG,
- __tr2qs_ctx("The above request is broken: The fourth parameter should be the file size but does not appear to be an unsigned number, trying to continue","dcc"),dcc->szParam4.ptr());
+ __tr2qs_ctx("The above request is broken: The fourth parameter should be the file size but does not appear to be an unsigned number; trying to continue","dcc"),dcc->szParam4.ptr());
}
dcc->szParam4 = __tr2qs_ctx("<unknown size>","dcc");
}