summaryrefslogtreecommitdiff
path: root/src/findbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/findbar.cpp')
-rw-r--r--src/findbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.cpp b/src/findbar.cpp
index 94def263..7cbe9d17 100644
--- a/src/findbar.cpp
+++ b/src/findbar.cpp
@@ -54,7 +54,7 @@ FindBar::FindBar(QWidget *parent)
, m_lineEdit(new KLineEdit(this))
, m_hideTimer(new QTimer(this))
, m_matchCase(new QCheckBox(i18n("&Match case"), this))
- , m_highlightAll(new QCheckBox(i18n("&Highlight All"), this))
+ , m_highlightAll(new QCheckBox(i18n("&Highlight all"), this))
{
// mainwindow pointer
MainWindow *window = qobject_cast<MainWindow *>(parent);