summaryrefslogtreecommitdiff
path: root/plugins/NewStory
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2024-08-21 20:55:06 +0300
committerdartraiden <wowemuh@gmail.com>2024-08-21 20:55:06 +0300
commit5bb0a2e5480dfe54269f57ed032bd0f5364d71b4 (patch)
tree25b0d0312be733dc16c25aa42c6e692235694205 /plugins/NewStory
parentd865585bd8334270586ffaebbc0e8c74a6f1536a (diff)
NewStory: fix another typo
Diffstat (limited to 'plugins/NewStory')
-rw-r--r--plugins/NewStory/src/history_dlg.cpp2
1 files changed, 1 insertions, 1 deletions
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