summaryrefslogtreecommitdiff
path: root/popup/src/history.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'popup/src/history.cpp')
-rw-r--r--popup/src/history.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/src/history.cpp b/popup/src/history.cpp
index 57b269e..baf5e17 100644
--- a/popup/src/history.cpp
+++ b/popup/src/history.cpp
@@ -169,7 +169,7 @@ void PopupHistoryAdd(POPUPDATA2 *ppdNew)
void PopupHistoryShow()
{
if (!PopUpOptions.EnableHistory){
- MessageBox(NULL, TranslateT("Popup History is disabeled"), TranslateT("Popup History message"), MB_OK);
+ MessageBox(NULL, TranslateT("Popup History is disabled"), TranslateT("Popup History message"), MB_OK);
return;
}