summaryrefslogtreecommitdiff
path: root/plugins/NewStory
diff options
context:
space:
mode:
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