diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-03-05 19:54:07 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-03-05 19:54:07 +0000 |
commit | f69b7ff1725680057028553f7e31c26fa9c523fe (patch) | |
tree | 07e823f042a6ea0dede47b7be5247b34993d8a7b /protocols/Tox/src | |
parent | e005526913528c0f9e605e8490f1176f696d0cf1 (diff) |
Tox: translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src')
-rw-r--r-- | protocols/Tox/src/tox_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp index 9b6060f13c..39ffad7c39 100644 --- a/protocols/Tox/src/tox_proto.cpp +++ b/protocols/Tox/src/tox_proto.cpp @@ -16,7 +16,7 @@ CToxProto::CToxProto(const char* protoName, const TCHAR* userName) : dbEventType.module = m_szModuleName;
dbEventType.flags = DETF_HISTORY | DETF_MSGWINDOW;
dbEventType.eventType = TOX_DB_EVENT_TYPE_ACTION;
- dbEventType.descr = Translate("Tox action");
+ dbEventType.descr = Translate("Action");
CallService(MS_DB_EVENT_REGISTERTYPE, 0, (LPARAM)&dbEventType);
// avatars
|