diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-09 12:11:36 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-09 12:11:36 +0000 |
commit | 4ac61b9298b23a8e024a585cddd47b7d4e8f6104 (patch) | |
tree | b970e68c279f7d042822a83bcea88ed97a1906ca /plugins/Non-IM Contact/src/namereplacing.cpp | |
parent | f4aa7e3b87abf75249e35b6bcb1c37ce9f7b648b (diff) |
spelling correction (patch by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact/src/namereplacing.cpp')
-rw-r--r-- | plugins/Non-IM Contact/src/namereplacing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Non-IM Contact/src/namereplacing.cpp b/plugins/Non-IM Contact/src/namereplacing.cpp index f1b32f91d9..ad0748ffbe 100644 --- a/plugins/Non-IM Contact/src/namereplacing.cpp +++ b/plugins/Non-IM Contact/src/namereplacing.cpp @@ -613,7 +613,7 @@ void WriteSetting(HANDLE hContact, char* module1, char* setting1 , char* module2 error = 1;
break;
case ERROR_LINE_NOT_READ:
- mir_snprintf(newString, SIZEOF(newString), Translate("%s - ERROR: file couldnt be opened (in %s)"), text, setting1);
+ mir_snprintf(newString, SIZEOF(newString), Translate("%s - ERROR: file couldn't be opened (in %s)"), text, setting1);
error = 1;
break;
case ERROR_NO_FILE:
|