diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 8fa57490..efa595cd 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -462,7 +462,7 @@ int main( int argc, char** argv ) if( !clients.empty() ) { ImGui::Separator(); - ImGui::TextUnformatted( "Available clients:" ); + ImGui::TextUnformatted( "Discovered clients:" ); ImGui::Separator(); ImGui::Columns( 2 ); for( auto& v : clients )