diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-08 17:37:45 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-08 17:37:45 +0000 |
commit | 6b5938971860842096dc7b6703219c9ac504655e (patch) | |
tree | e10ae5a0e8b81f3d4d8a91175c926baf1aea5afa /plugins/SecureIM | |
parent | 244d870cc5984e704df2960ac62c35b712c5434c (diff) |
- "Sended back" is exterminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@5283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r-- | plugins/SecureIM/src/language.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/language.cpp b/plugins/SecureIM/src/language.cpp index ee0fa90447..74e6868539 100644 --- a/plugins/SecureIM/src/language.cpp +++ b/plugins/SecureIM/src/language.cpp @@ -4,7 +4,7 @@ LPCSTR sim001 = LPGEN("SecureIM established...");
LPCSTR sim002 = LPGEN("Key exchange failed...");
LPCSTR sim003 = LPGEN("Key from disabled...");
-LPCSTR sim004 = LPGEN("Sended back message received...");
+LPCSTR sim004 = LPGEN("Sent back message received...");
LPCSTR sim005 = LPGEN("Sending back secure message...");
LPCSTR sim006 = LPGEN("SecureIM disabled...");
LPCSTR sim007 = LPGEN("Sending Key...");
|