summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <tweimer@users.noreply.github.com>2017-07-23 13:40:42 +0200
committerGitHub <noreply@github.com>2017-07-23 13:40:42 +0200
commit202f17f4e6abb3922a8b9fc8b3eece1dc2c7b95e (patch)
tree76533848dfa04c79d63f6da1e6848f078f1b0230
parentcc291cd267332b599c1300e41e8a569fba1ca6ed (diff)
VKontakte:
* Fixed typo
-rw-r--r--protocols/VKontakte/src/vk_thread.cpp4
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
+}