Don't confuse user by suggesting the list is complete.

This commit is contained in:
Bartosz Taudul 2019-06-17 20:24:28 +02:00
parent dd4c61e964
commit b8b1fae900

View File

@ -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 )