diff options
author | dartraiden <wowemuh@gmail.com> | 2018-04-01 18:59:08 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-04-01 20:12:18 +0300 |
commit | 883eb5d789c760c910a1d8ec54bfd2d25b5368df (patch) | |
tree | a05358c8c7b31896f6e4a63e6b6b28dd3e6e8571 | |
parent | a706ec44ad2e6260f9e2879df62762e1f1f21ec7 (diff) |
renamed similar to other protocols
-rw-r--r-- | protocols/Tox/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/main.cpp b/protocols/Tox/src/main.cpp index adaf7eb095..88a13bc13b 100644 --- a/protocols/Tox/src/main.cpp +++ b/protocols/Tox/src/main.cpp @@ -43,7 +43,7 @@ int OnModulesLoaded(WPARAM, LPARAM) if (ServiceExists(MS_ASSOCMGR_ADDNEWURLTYPE)) { CreateServiceFunction(MODULE "/ParseUri", CToxProto::ParseToxUri); - AssocMgr_AddNewUrlTypeW("tox:", TranslateT("Tox URI scheme"), g_hInstance, IDI_TOX, MODULE "/ParseUri", 0); + AssocMgr_AddNewUrlTypeW("tox:", TranslateT("Tox link protocol"), g_hInstance, IDI_TOX, MODULE "/ParseUri", 0); } return 0; |