From 0789a6dc8f385fb1291e0f3add4ac7a5abe560ba Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 22 May 2014 14:25:34 +0000 Subject: spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@9275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/exhndlr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CrashDumper') 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); } -- cgit v1.2.3