diff options
Diffstat (limited to 'protocols/VKontakte/src')
-rw-r--r-- | protocols/VKontakte/src/vk_thread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/vk_thread.cpp b/protocols/VKontakte/src/vk_thread.cpp index 970dcd1f5a..1a00bc5d6c 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))
- MsgPopup(hContact, wszListeningTo, TranslateT("Listen to"));
+ MsgPopup(hContact, wszListeningTo, TranslateT("Listening to"));
}
}
else if (wszValue[0] == wchar_t(9835) && wszValue.GetLength() > 2) {
@@ -975,4 +975,4 @@ INT_PTR __cdecl CVkProto::SvcVisitProfile(WPARAM hContact, LPARAM) Utils_OpenUrlW(wszUrl);
return 0;
-}
\ No newline at end of file +}
|