diff options
| author | 2016-05-22 22:43:33 -0400 | |
|---|---|---|
| committer | 2016-05-22 22:46:59 -0400 | |
| commit | 4d188c1afce5f87c4d3c8b7d0b44695324759b10 (patch) | |
| tree | 1601cda040d69b84ba10d8da3c89224de1587205 /src/modules/options/OptionsWidget_alertsAndHighlighting.cpp | |
| parent | KviIrcToolbar: add last measured to IRC Ctxt widget (diff) | |
| download | KVIrc-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.cpp | 2 |
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")); |
