diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-10 19:56:02 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-10 19:56:02 +0000 |
commit | b66fbe646c63766f0143b371bccf2c9d4c312b60 (patch) | |
tree | 8cdc94a59fa8944edfe892aaced685846bc0f7d6 | |
parent | 4adc7e198f49bbd5b39141f13322b653402c8a79 (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@4912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Skype/src/skype_chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_chat.cpp b/protocols/Skype/src/skype_chat.cpp index c167168241..3c0e2cae3c 100644 --- a/protocols/Skype/src/skype_chat.cpp +++ b/protocols/Skype/src/skype_chat.cpp @@ -20,7 +20,7 @@ static struct gc_item crListItems[] = { LPGENT("&User details"), ICM_DETAILS, MENU_ITEM },
{ LPGENT("&Request auth"), ICM_AUTH_REQUEST, MENU_ITEM },
{ NULL, 0, MENU_SEPARATOR },
- { LPGENT("Invite to conferance"), ICM_CONF_INVITE, MENU_ITEM },
+ { LPGENT("Invite to conference"), ICM_CONF_INVITE, MENU_ITEM },
{ NULL, 0, MENU_SEPARATOR },
{ LPGENT("Set &role"), ICM_ROLE, MENU_NEWPOPUP },
{ LPGENT("&Master"), ICM_ROLE_ADMIN, MENU_POPUPITEM },
|