[pim/korganizer/jferrer-master-patch-27888] plugins/hebrewcalendar: Fix minor typo (dhow -> show)

Josep M. Ferrer <[email protected]> Wed, 5 Aug 2026 09:17:22 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 69419ac55caebafb26b7d12b1b25b7961304df4e by Josep M. Ferrer.
Committed on 05/08/2026 at 09:17.
Pushed by jferrer into branch 'jferrer-master-patch-27888'.

Fix minor typo (dhow -> show)

M  +1    -1    plugins/hebrewcalendar/configdialog.cpp

https://invent.kde.org/pim/korganizer/-/commit/69419ac55caebafb26b7d12b1b25b7961304df4e

diff --git a/plugins/hebrewcalendar/configdialog.cpp b/plugins/hebrewcalendar/configdialog.cpp
index 9af08c4e6..cb0c69aca 100644
--- a/plugins/hebrewcalendar/configdialog.cpp
+++ b/plugins/hebrewcalendar/configdialog.cpp
@@ -59,7 +59,7 @@ ConfigDialog::ConfigDialog(QWidget *parent)
     mCholBox = new QCheckBox(topFrame);
     mCholBox->setText(i18nc("@option:check", "Show Chol HaMoed"));
     mCholBox->setToolTip(i18nc("@info:tooltip", "Include days of the Chol HaMoed"));
-    mCholBox->setWhatsThis(i18nc("@info:whatsthis", "Select this option to dhow days of the Chol HaMoed."));
+    mCholBox->setWhatsThis(i18nc("@info:whatsthis", "Select this option to show days of the Chol HaMoed."));
     topLayout->addWidget(mCholBox);
     topLayout->addStretch(1);
     connect(okButton, &QPushButton::clicked, this, &ConfigDialog::slotOk);