From ab76f873068e309b56cb70ce44b2a2299e4b142b Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 16 Jan 2020 00:01:48 +0300 Subject: Discord: -1 unique string --- protocols/Discord/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Discord') 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() -- cgit v1.2.3