From 5bb0a2e5480dfe54269f57ed032bd0f5364d71b4 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 21 Aug 2024 20:55:06 +0300 Subject: NewStory: fix another typo --- plugins/NewStory/src/history_dlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory') diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index bfaf5149ae..de4b4567fd 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -920,7 +920,7 @@ public: int iOldCaret = m_histCtrl->caret; int res = m_histCtrl->FindPrev(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 beginning of history")); else -- cgit v1.2.3