summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorTobias Weimer <tweimer@users.noreply.github.com>2017-07-28 21:32:34 +0200
committerGitHub <noreply@github.com>2017-07-28 21:32:34 +0200
commit2306915ba187941dab99fbfc2f74ed787b1a847f (patch)
tree0756e0122b0732fe0253936be56229b4ec833b21 /protocols
parentdd1344202212d18a7e162dec4a1969f5c54dbed8 (diff)
VKontakte:
- translation fix
Diffstat (limited to 'protocols')
-rw-r--r--protocols/VKontakte/src/vk_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_thread.cpp b/protocols/VKontakte/src/vk_thread.cpp
index d2fe30a192..6662dd6b63 100644
--- a/protocols/VKontakte/src/vk_thread.cpp
+++ b/protocols/VKontakte/src/vk_thread.cpp
@@ -403,7 +403,7 @@ MCONTACT CVkProto::SetContactInfo(const JSONNode &jnItem, bool flag, bool self)
setWString(hContact, "AudioUrl", jnAudio["url"].as_mstring());
if (m_vkOptions.bPopupContactsMusic && getBool(hContact, "FloodListingToPopups", true)) {
- CMStringW wszTitle(FORMAT, L"%s %s", wszNick.c_str(), TranslateT("listening to"));
+ CMStringW wszTitle(FORMAT, TranslateT("%s is listening to"), wszNick.c_str());
MsgPopup(hContact, wszListeningTo, wszTitle);
}
}