Minor improvement Tooltips Settings

This commit is contained in:
Bruno Herbelin
2022-09-10 11:24:02 +02:00
parent a836796fcc
commit 7dfa8776fd
2 changed files with 21 additions and 8 deletions

View File

@@ -188,7 +188,7 @@ std::string VideoBroadcast::info() const
if (!initialized_)
ret << "Starting SRT";
else if (active_)
ret << "SRT Broadcast on Port " << port_ << " (listener mode)";
ret << "Broadcasting on SRT (listener mode)";
else
ret << "SRT Terminated";