summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-09-05 12:24:28 +0000
committerDart Raiden <wowemuh@gmail.com>2013-09-05 12:24:28 +0000
commit44d17d1e0e86e859feda67606f24c037da534594 (patch)
tree41d5a09a1a1627b92b319c21735d607eedf3dfa2 /plugins
parente87ec53dc12840763c488046aaaaeea8676bd129 (diff)
MsgPopup: cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@5954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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 71e076112a..8c085c8c97 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 you can see, there are no any exception raised...\nTry to call the author"), TranslateT("MsgBox"), MB_OK);
}
}
}