From 66bf05daeadbef086bad47198bad6131aa1f2886 Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 17 Aug 2016 07:35:26 +0100 Subject: OptionsWidget_dcc: add full stop at sentence end. --- src/modules/options/OptionsWidget_dcc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/options/OptionsWidget_dcc.cpp') 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
" + mergeTip(b, __tr2qs_ctx("This option causes KVIrc to send ACKs as 64-bit integers instead of 32-bit integers.
" "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")); -- cgit v1.3.1-10-gc9f91