diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-16 17:53:54 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-16 17:53:54 +0000 |
commit | edee179350454212ff30b89190f16a3e3e1870b1 (patch) | |
tree | ef0e09b1edb6599b40b25d5138079b84945349db /src/modules/database/database.cpp | |
parent | e5db4cba958f283678463e59232948d1ab248f07 (diff) |
Spelling correction (patch by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/database.cpp')
-rw-r--r-- | src/modules/database/database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|