From edee179350454212ff30b89190f16a3e3e1870b1 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 16 Apr 2015 17:53:54 +0000 Subject: Spelling correction (patch by RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@12866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/database/database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/database/database.cpp') diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp index f16bc48058..28abf44605 100644 --- a/src/modules/database/database.cpp +++ b/src/modules/database/database.cpp @@ -210,7 +210,7 @@ static void moveProfileDirProfiles(TCHAR *profiledir, BOOL isRootDir = TRUE) else if (MoveFile(path, path2) == 0) { TCHAR buf[512]; mir_sntprintf(buf, SIZEOF(buf), - TranslateT("Miranda is trying to upgrade your profile structure.\nIt cannot move profile %s to the new location %s automatically\nMost likely due to insufficient privileges. Please move profile manually."), + TranslateT("Miranda is trying to upgrade your profile structure.\nIt cannot move profile %s to the new location %s automatically\nMost likely this is due to insufficient privileges. Please move profile manually."), path, path2); MessageBox(NULL, buf, _T("Miranda NG"), MB_ICONERROR | MB_OK); mir_free(profile); -- cgit v1.2.3