diff options
Diffstat (limited to 'protocols/Discord/src/main.cpp')
-rw-r--r-- | protocols/Discord/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index ad523cf0e2..a5d871b162 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -52,8 +52,8 @@ IconItem g_iconList[] = { { LPGEN("Main icon"), "main", IDI_MAIN }, { LPGEN("Group chats"), "groupchat", IDI_GROUPCHAT }, - { LPGEN("Voice call"), "voicecall", IDI_VOICE_CALL }, - { LPGEN("Voice call ended"), "voiceend", IDI_VOICE_ENDED } + { LPGEN("Call"), "voicecall", IDI_VOICE_CALL }, + { LPGEN("Call ended"), "voiceend", IDI_VOICE_ENDED } }; int CMPlugin::Load() |