Reword no network access response.

This commit is contained in:
Bartosz Taudul
2026-01-28 21:15:00 +01:00
parent 41dd81ef7e
commit 9b98bce193

View File

@@ -17,7 +17,7 @@
#include "TracyUtility.hpp"
#include "TracyWorker.hpp"
constexpr const char* NoNetworkAccess = "Internet access is disabled by the user. You may inform the user that he can enable it in the settings, so that you can use the tools to gather information.";
constexpr const char* NoNetworkAccess = "Internet access is disabled by the user. Inform the user that they may enable it in the settings, so that you can use the tools to gather information.";
#define NetworkCheckString if( !m_netAccess ) return NoNetworkAccess
#define NetworkCheckReply if( !m_netAccess ) return { .reply = NoNetworkAccess }