From 532150469a7739d3cf2e4309698f4ffd329389b4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 11 Jul 2018 23:34:16 +0300 Subject: fixes #1481 (Nudge: sound description cannot be translated) --- plugins/Nudge/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index 06e3590aa0..c39c7d0a17 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -353,7 +353,7 @@ void Nudge_AddAccount(PROTOACCOUNT *proto) p->hEvent = hevent; wchar_t soundDesc[MAXMODULELABELLENGTH + 10]; - mir_snwprintf(soundDesc, LPGENW("Nudge for %s"), proto->tszAccountName); + mir_snwprintf(soundDesc, TranslateT("Nudge for %s"), proto->tszAccountName); g_plugin.addSound(p->NudgeSoundname, LPGENW("Nudge"), soundDesc); arNudges.insert(p); -- cgit v1.2.3