summaryrefslogtreecommitdiff
path: root/plugins/SecureIM
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-13 00:31:38 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-13 00:31:38 +0000
commit87bfe89a8871ff8843e1976b755209c0101774d0 (patch)
tree3d562409098eaa2021ab276db5466a6ca97012f8 /plugins/SecureIM
parent9307b8a7e3e7508807efb31193f2808a6ea73199 (diff)
addition to previous commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@6471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r--plugins/SecureIM/src/language.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/language.cpp b/plugins/SecureIM/src/language.cpp
index 7c6936396b..1e7e282327 100644
--- a/plugins/SecureIM/src/language.cpp
+++ b/plugins/SecureIM/src/language.cpp
@@ -25,7 +25,7 @@ LPCSTR sim106 = LPGEN("Can't send encrypted message!\nUser is offline now and hi
LPCSTR sim107 = LPGEN("SecureIM won't be loaded because cryptopp.dll is missing or wrong version!");
LPCSTR sim108 = LPGEN("SecureIM can't load PGP/GPG key! Check PGP/GPG settings!");
LPCSTR sim109 = LPGEN("SecureIM can't encrypt message! Check trust of PGP/GPG key!");
-LPCSTR sim110 = LPGEN("Can't send encrypted message!\nDo you want to send your message ?\nIt will be unencrypted!");
+LPCSTR sim110 = LPGEN("Can't send encrypted message!\nDo you want to send your message?\nIt will be unencrypted!");
LPCSTR sim111 = LPGEN("Can't change mode! Secure connection established!");
LPCSTR sim112 = LPGEN("Can't export RSA private key!");
LPCSTR sim113 = LPGEN("Can't import RSA private key!");