From f4350b5d70e028748e558ca8103dd9c6d0f57385 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 22 Nov 2025 20:25:57 +0100 Subject: [PATCH] wording --- src/tox_ui_utils.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tox_ui_utils.cpp b/src/tox_ui_utils.cpp index d88f59c..05f550a 100644 --- a/src/tox_ui_utils.cpp +++ b/src/tox_ui_utils.cpp @@ -271,11 +271,11 @@ void ToxUIUtils::render(void) { if (ImGui::Begin("Tox connect DHT node", &_show_dht_connect_node)) { ImGui::BeginDisabled(); ImGui::TextWrapped( - "Here you can manually connect to a DHT node (or/and tcp-relay) by address and pubkey.\n" + "Here you can manually connect to a DHT node (or/and tcp-relay) by address and id/pubkey.\n" "This is equivalent to what 'DHT Bootstrapping' does, but not with hardcoded nodes.\n" - "Keep in mind that your own DHT pubkey changes everytime you start the program, unlike dedicated bootstrap nodes.\n" - // see https://nodes.tox.chat/ + "Keep in mind that your own DHT id/pubkey changes everytime you start the program, unlike dedicated bootstrap nodes.\n" "If DNS querries where not disabled at launch, domain names can be used too." + "A public list can be found at: nodes.tox.chat\n" ); ImGui::EndDisabled();