summaryrefslogtreecommitdiff
path: root/plugins/New_GPG
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-10-04 07:05:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-10-04 07:05:16 +0000
commitb6417c12b18682ca319f075dc19b1b52f065b2c5 (patch)
treeea0698a657b595e24f67d13aac77139ca8e9ae4c /plugins/New_GPG
parent4954272747e58694b365de2a8dbb246b5e63ed02 (diff)
typo fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@6324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG')
-rwxr-xr-xplugins/New_GPG/src/utilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/utilities.cpp b/plugins/New_GPG/src/utilities.cpp
index 5c62df7c0b..219a11fd99 100755
--- a/plugins/New_GPG/src/utilities.cpp
+++ b/plugins/New_GPG/src/utilities.cpp
@@ -263,7 +263,7 @@ int OnPreBuildContactMenu(WPARAM w, LPARAM l)
keyid = UniGetContactSettingUtf(NULL, szGPGModuleName, "KeyID", "");
}
TCHAR buf[128] = {0};
- mir_sntprintf(buf, SIZEOF(buf), _T("%s: %s"), TranslateT("Send publick key"), toUTF16(keyid).c_str());
+ mir_sntprintf(buf, SIZEOF(buf), _T("%s: %s"), TranslateT("Send public key"), toUTF16(keyid).c_str());
mir_free(keyid);
mi2.ptszName = buf;
mi2.flags = CMIM_NAME | CMIF_TCHAR;