diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 453f1080..a0222301 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -4196,8 +4196,7 @@ void View::DrawFindZone() ImGui::SameLine(); ImGui::Checkbox( "Log time", &m_findZone.logTime ); - ImGui::Text( "tMin: %s", TimeToString( tmin ) ); - ImGui::Text( "tMax: %s", TimeToString( tmax ) ); + ImGui::Text( "Time range: %s - %s", TimeToString( tmin ), TimeToString( tmax ) ); const auto dt = double( tmax - tmin );