summaryrefslogtreecommitdiff
path: root/protocols/Tox
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-09-08 18:13:28 +0000
committerDart Raiden <wowemuh@gmail.com>2015-09-08 18:13:28 +0000
commit5a2acab76c120bc16dea27021b5ffc3fba15471b (patch)
tree77d382161696fc29e2ad0b2147a2ea1560ed9318 /protocols/Tox
parent599dcc0d0635bed564501fdf62a48ae20c260045 (diff)
Tox: proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox')
-rw-r--r--protocols/Tox/src/tox_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp
index c8d30cf2ce..57281ad340 100644
--- a/protocols/Tox/src/tox_core.cpp
+++ b/protocols/Tox/src/tox_core.cpp
@@ -46,7 +46,7 @@ bool CToxProto::InitToxCore()
if (initError != TOX_ERR_NEW_OK)
{
debugLogA(__FUNCTION__": failed to initialize tox core (%d)", initError);
- ShowNotification(ToxErrorToString(initError), TranslateT("Unable to initialize tox core"), MB_ICONERROR);
+ ShowNotification(ToxErrorToString(initError), TranslateT("Unable to initialize Tox core"), MB_ICONERROR);
tox_options_free(options);
return false;
}