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