From d865585bd8334270586ffaebbc0e8c74a6f1536a Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 21 Aug 2024 19:18:49 +0200 Subject: NewStory Corrected typo --- plugins/NewStory/src/history_dlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index 93633345ab..bfaf5149ae 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -595,7 +595,7 @@ public: int iOldCaret = m_histCtrl->caret; int res = m_histCtrl->FindNext(ptrW(edtSearchText.GetText())); if (res == -1) - SetWindowTextW(m_hwndStatus, TranslateT("No more occuurences found")); + SetWindowTextW(m_hwndStatus, TranslateT("No more occurrences found")); else if (res < iOldCaret) SetWindowTextW(m_hwndStatus, TranslateT("Passed the end of history")); else -- cgit v1.2.3