aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp
diff options
context:
space:
mode:
authorGravatar staticfox2016-05-22 22:43:33 -0400
committerGravatar staticfox2016-05-22 22:46:59 -0400
commit4d188c1afce5f87c4d3c8b7d0b44695324759b10 (patch)
tree1601cda040d69b84ba10d8da3c89224de1587205 /src/modules/options/OptionsWidget_alertsAndHighlighting.cpp
parentKviIrcToolbar: add last measured to IRC Ctxt widget (diff)
downloadKVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.gz
KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.bz2
KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.zip
wheeeeeeeeee
Diffstat (limited to 'src/modules/options/OptionsWidget_alertsAndHighlighting.cpp')
-rw-r--r--src/modules/options/OptionsWidget_alertsAndHighlighting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp b/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp
index 7fc7b9dda..6402d7e44 100644
--- a/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp
+++ b/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp
@@ -72,7 +72,7 @@ OptionsWidget_highlighting::OptionsWidget_highlighting(QWidget * parent)
m_pHighlightAllOccurencesRadioButton = new QRadioButton(__tr2qs_ctx("Highlight every occurrence of a word inside text", "options"), gbox);
g->addWidget(m_pHighlightAllOccurencesRadioButton, 0, 0, 1, 2);
m_pHighlightAllOccurencesRadioButton->setChecked(KVI_OPTION_BOOL(KviOption_boolUseFullWordHighlighting));
- KviTalToolTip::add(m_pHighlightAllOccurencesRadioButton, __tr2qs_ctx("This selection will cause KVIrc to search for the highlighted words or "
+ KviTalToolTip::add(m_pHighlightAllOccurencesRadioButton, __tr2qs_ctx("This selection will cause KVIrc to search for the highlighted words or "
"nicknames inside the whole text. This will also highlight parts of words.<br>"
"(e.g. if your nickname is Mark then Markus will be highlighted too).", "options"));