summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/psp_profile.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-06-15 01:45:47 +0000
committerDart Raiden <wowemuh@gmail.com>2014-06-15 01:45:47 +0000
commitf1292a1365fe046e2c2d877ad67e4671e588fe74 (patch)
tree3ec6d6a823956f178009c3f038777aefe973fc67 /plugins/UserInfoEx/src/psp_profile.cpp
parent3942df7207beeb9f2fc08a6deb1d375badbe066a (diff)
UserInfoEx: typos and decapitalization (to avoid duplication in the langpack)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/psp_profile.cpp')
-rw-r--r--plugins/UserInfoEx/src/psp_profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/psp_profile.cpp b/plugins/UserInfoEx/src/psp_profile.cpp
index 99c54b83d0..af4d83fd29 100644
--- a/plugins/UserInfoEx/src/psp_profile.cpp
+++ b/plugins/UserInfoEx/src/psp_profile.cpp
@@ -1282,7 +1282,7 @@ INT_PTR CALLBACK PSPProcContactProfile(HWND hDlg, UINT uMsg, WPARAM wParam, LPAR
mii.dwTypeData = TranslateT("Add interest");
InsertMenuItem(hMenu, 0, TRUE, &mii);
mii.wID = BTN_ADD_AFFLIATION;
- mii.dwTypeData = TranslateT("Add affliation");
+ mii.dwTypeData = TranslateT("Add affiliation");
InsertMenuItem(hMenu, 1, TRUE, &mii);
mii.wID = BTN_ADD_PAST;
mii.dwTypeData = TranslateT("Add past");