diff options
Diffstat (limited to 'protocols/Skype/src/skype_chat.cpp')
-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 },
|