aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_dcc.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/options/OptionsWidget_dcc.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/options/OptionsWidget_dcc.cpp')
-rw-r--r--src/modules/options/OptionsWidget_dcc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/options/OptionsWidget_dcc.cpp b/src/modules/options/OptionsWidget_dcc.cpp
index 77e95e6d9..a626e649c 100644
--- a/src/modules/options/OptionsWidget_dcc.cpp
+++ b/src/modules/options/OptionsWidget_dcc.cpp
@@ -320,13 +320,13 @@ OptionsWidget_dccChat::OptionsWidget_dccChat(QWidget * parent)
connect(b2,SIGNAL(toggled(bool)),b1,SLOT(setNotEnabled(bool)));
#if (defined(COMPILE_ON_WINDOWS) || defined(COMPILE_KDE_SUPPORT) || defined(COMPILE_ON_MINGW))
- b2 = addBoolSelector(0,2,0,2,__tr2qs_ctx("Flash system taskbar on new dcc chat message","options"),KviOption_boolFlashDccChatWindowOnNewMessages);
+ b2 = addBoolSelector(0,2,0,2,__tr2qs_ctx("Flash system taskbar on new DCC chat message","options"),KviOption_boolFlashDccChatWindowOnNewMessages);
mergeTip(b2,
- __tr2qs_ctx("<center>This option causes the system taskbar entry for KVIrc to flash when a new dcc chat message " \
+ __tr2qs_ctx("<center>This option causes the system taskbar entry for KVIrc to flash when a new DCC chat message " \
"is received and the KVIrc window is not the active.</center>","options"));
#endif
- b2 = addBoolSelector(0,3,0,3, __tr2qs_ctx("Popup notifier on new dcc chat message","options"),KviOption_boolPopupNotifierOnNewDccChatMessages);
+ b2 = addBoolSelector(0,3,0,3, __tr2qs_ctx("Popup notifier on new DCC chat message","options"),KviOption_boolPopupNotifierOnNewDccChatMessages);
mergeTip(b2,
__tr2qs_ctx("<center>This option causes a small notifier window to pop up " \
"in the low right corner of the screen when a new message is received " \