aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar un1versal2016-08-17 07:35:26 +0100
committerGravatar GitHub2016-08-17 07:35:26 +0100
commit66bf05daeadbef086bad47198bad6131aa1f2886 (patch)
treef32f9f92b9d9e2157854e27a5562475accc04192 /src
parentfix broken tooltip section bg width. (diff)
downloadKVIrc-66bf05daeadbef086bad47198bad6131aa1f2886.tar.gz
KVIrc-66bf05daeadbef086bad47198bad6131aa1f2886.tar.bz2
KVIrc-66bf05daeadbef086bad47198bad6131aa1f2886.zip
OptionsWidget_dcc: add full stop at sentence end.
Diffstat (limited to 'src')
-rw-r--r--src/modules/options/OptionsWidget_dcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_dcc.cpp b/src/modules/options/OptionsWidget_dcc.cpp
index cea439245..4c42f6097 100644
--- a/src/modules/options/OptionsWidget_dcc.cpp
+++ b/src/modules/options/OptionsWidget_dcc.cpp
@@ -241,7 +241,7 @@ OptionsWidget_dccSendAdvanced::OptionsWidget_dccSendAdvanced(QWidget * parent)
"for all the outgoing file transfers. This will fix filename handling with some buggy clients (e.g. some versions of mIRC).", "options"));
b = addBoolSelector(g, __tr2qs_ctx("Send 64-bit ACKs for files larger than 4GiB", "options"), KviOption_boolSend64BitAckInDccRecv);
- mergeTip(b, __tr2qs_ctx("This option causes KVIrc to send ACKs as 64-bit integers instead of 32-bit integers<br>"
+ mergeTip(b, __tr2qs_ctx("This option causes KVIrc to send ACKs as 64-bit integers instead of 32-bit integers.<br>"
"Use this to fix DCC RECEIVE transfers where the other client is using the mIRC ACK standard.", "options"));
g = addGroupBox(0, 1, 0, 1, Qt::Horizontal, __tr2qs_ctx("Limits", "options"));