From b8b1fae9009730c6b0a918223e6f0e03ac465045 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 17 Jun 2019 20:24:28 +0200 Subject: [PATCH] Don't confuse user by suggesting the list is complete. --- profiler/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )