Skip to content

Commit

Permalink
Change name 'Multiplex Editor' to 'Transport Editor'
Browse files Browse the repository at this point in the history
This is more consisstent as a multiplex is called a transport
everywhere else in mythtv-setup.
  • Loading branch information
kmdewaal committed Sep 27, 2019
1 parent 04a4632 commit a1ac701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/transporteditor.cpp
Expand Up @@ -182,7 +182,7 @@ void TransportListEditor::SetSourceID(uint _sourceid)
TransportListEditor::TransportListEditor(uint sourceid) :
m_videosource(new VideoSourceSelector(sourceid, QString(), false))
{
setLabel(tr("Multiplex Editor"));
setLabel(tr("Transport Editor"));

addChild(m_videosource);
ButtonStandardSetting *newTransport =
Expand Down

0 comments on commit a1ac701

Please sign in to comment.