diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-05 20:02:22 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-05 20:02:22 +0000 |
commit | 0df358749ed87e4666938121f0cfbb3d8c3d0bca (patch) | |
tree | 2299734c4bc3e215c7b90812990e9a9b3cdf770f /plugins/SendScreenshotPlus | |
parent | ddd504fd65b47f0248cbe85e4b7b343af44b120d (diff) |
spelling correction (thanks RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus')
-rw-r--r-- | plugins/SendScreenshotPlus/src/CSend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSend.cpp b/plugins/SendScreenshotPlus/src/CSend.cpp index 097b9ff18f..9c20a086f3 100644 --- a/plugins/SendScreenshotPlus/src/CSend.cpp +++ b/plugins/SendScreenshotPlus/src/CSend.cpp @@ -341,7 +341,7 @@ void CSend::Exit(unsigned int Result) { if (err){
SkinPlaySound("FileFailed");
if(m_ErrorMsg && m_ErrorMsg[0] != 0) MsgBoxService(NULL, (LPARAM)&m_box);
- else MsgErr(NULL, LPGENT("An unknown error has occured."));
+ else MsgErr(NULL, LPGENT("An unknown error has occurred."));
}
AfterSendDelete();
|