diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-10-22 00:26:32 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-10-22 00:26:32 +0000 |
commit | d886894dbfee0974364a92a7a7f37ee848720505 (patch) | |
tree | 7d2ecf005a44e429b1e4f7581ed084b25130b11e | |
parent | 97cecdb4b713e71f2118779f2c2ae78c978f6fc0 (diff) |
Omegle: spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@15589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Omegle/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp index 4222f1bce1..5404ceb5bf 100644 --- a/protocols/Omegle/src/proto.cpp +++ b/protocols/Omegle/src/proto.cpp @@ -58,7 +58,7 @@ PROTO<OmegleProto>(proto_name, username) facy.set_handle(m_hNetlibUser);
- SkinAddNewSoundExT("StrangerTyp", m_tszUserName, LPGENT("Stranger typing"));
+ SkinAddNewSoundExT("StrangerTyp", m_tszUserName, LPGENT("Stranger is typing"));
SkinAddNewSoundExT("StrangerTypStop", m_tszUserName, LPGENT("Stranger stopped typing"));
SkinAddNewSoundExT("StrangerChange", m_tszUserName, LPGENT("Changing stranger"));
SkinAddNewSoundExT("StrangerMessage", m_tszUserName, LPGENT("Receive message"));
|