summaryrefslogtreecommitdiff
path: root/plugins/MsgPopup
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MsgPopup')
-rw-r--r--plugins/MsgPopup/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MsgPopup/src/main.cpp b/plugins/MsgPopup/src/main.cpp
index ac11833dc9..71e076112a 100644
--- a/plugins/MsgPopup/src/main.cpp
+++ b/plugins/MsgPopup/src/main.cpp
@@ -152,7 +152,7 @@ void HookOnImport(HMODULE hModule, char *lpszImpModName, DWORD lpOrigFunc, DWORD
if(!g_HookError2)
{
g_HookError2 = TRUE;
- prevMessageBox(0, TranslateT("Hmm. Something goes wrong. I can't write into the memory.\nAnd as u can c, there are no any exception raised..\nTry to call the author"), TranslateT("MsgBox"), MB_OK);
+ prevMessageBox(0, TranslateT("Hmm. Something goes wrong. I can't write into the memory.\nAnd as u can c, there are no any exception raised...\nTry to call the author"), TranslateT("MsgBox"), MB_OK);
}
}
}