summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/main.cpp
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2020-01-30 21:21:19 +0300
committerdartraiden <wowemuh@gmail.com>2020-01-30 21:23:19 +0300
commit004d26a2217bb4391199b01d060b3d6248453da8 (patch)
tree7718eeb5d96a49d0da09eea31c505bce7bd63602 /protocols/Discord/src/main.cpp
parent4c281b28075dfa69d8cc2301b06492fbddb62f24 (diff)
Discord: string unification
Diffstat (limited to 'protocols/Discord/src/main.cpp')
-rw-r--r--protocols/Discord/src/main.cpp4
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()