From c1731513ffb262b58b2f0e30d8609e2c34c4a2f1 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 19 May 2022 08:41:07 +0300 Subject: [PATCH] Fix minor typo --- klipper/configdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klipper/configdialog.cpp b/klipper/configdialog.cpp index 5262a595f..8784bc8fa 100644 --- a/klipper/configdialog.cpp +++ b/klipper/configdialog.cpp @@ -373,7 +373,7 @@ ActionsWidget::ActionsWidget(QWidget *parent) // General information label QLabel *hint = ConfigDialog::createHintLabel(xi18nc("@info", - "Whan a match pattern \ + "When a match pattern \ matches the clipboard contents, its commands \ appear in the Klipper popup menu and can be executed."), this);