Commit acc37d89 authored by Bryan Godbolt's avatar Bryan Godbolt

changed groupbox title for udp link from udp link to UDP Link (more professional)

(cherry picked from commit c3194971)
parent 59df5005
......@@ -99,7 +99,7 @@ CommConfigurationWindow::CommConfigurationWindow(LinkInterface* link, ProtocolIn
}
else if (dynamic_cast<UDPLink*>(link) != 0)
{
ui.linkGroupBox->setTitle(tr("udp link"));
ui.linkGroupBox->setTitle(tr("UDP Link"));
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment