diff options
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 6e59f9a084..0221b528fd 100644 --- a/plugins/SecureIM/src/language.cpp +++ b/plugins/SecureIM/src/language.cpp @@ -83,7 +83,7 @@ LPCSTR sim312[] = { LPGEN("SecureIM status (disabled)"), LPGEN("SecureIM status (always try)") };
//System messages
-LPCSTR sim401 = LPGEN("SecureIM: Sorry, unable to decrypt this message due you have no PGP/GPG installed. Visit www.pgp.com or www.gnupg.org for more info.");
+LPCSTR sim401 = LPGEN("SecureIM: Sorry, unable to decrypt this message because you have no PGP/GPG installed. Visit www.pgp.com or www.gnupg.org for more info.");
LPCSTR sim402 = LPGEN("SecureIM received unencrypted message:\n");
LPCSTR sim403 = LPGEN("SecureIM received encrypted message:\n");
|