diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-22 14:25:34 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-22 14:25:34 +0000 |
commit | 0789a6dc8f385fb1291e0f3add4ac7a5abe560ba (patch) | |
tree | b1e8e1eaa106848a433813e1e98b553c2a0cc4a7 /plugins/CrashDumper | |
parent | 0b583a4f6f20aed539f1f88e7d6a6733d35051c9 (diff) |
spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@9275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper')
-rw-r--r-- | plugins/CrashDumper/src/exhndlr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/exhndlr.cpp b/plugins/CrashDumper/src/exhndlr.cpp index 253ffec924..c2bc9ce8f5 100644 --- a/plugins/CrashDumper/src/exhndlr.cpp +++ b/plugins/CrashDumper/src/exhndlr.cpp @@ -69,7 +69,7 @@ void myfilterWorker(PEXCEPTION_POINTERS exc_ptr, bool notify) if (hDumpFile != INVALID_HANDLE_VALUE)
CreateMiniDump(hDumpFile, exc_ptr);
else if (GetLastError() != ERROR_ALREADY_EXISTS)
- MessageBox(NULL, TranslateT("Crash Report write location is inaccesible"),
+ MessageBox(NULL, TranslateT("Crash Report write location is not available"),
TEXT("Miranda Crash Dumper"), MB_OK | MB_ICONERROR | MB_TASKMODAL | MB_TOPMOST);
}
|