Skip to content

Commit

Permalink
Trivial typo in mythtv-setup dialog label.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdewaal committed Dec 22, 2019
1 parent f9eadca commit 0a1abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/videosource.cpp
Expand Up @@ -3947,7 +3947,7 @@ DVBConfigurationGroup::DVBConfigurationGroup(CaptureCard& a_parent,
cardType.addTargetedChild("DVB", new DVBEITScan(m_parent));

m_diseqcBtn = new DeviceTree(*m_diseqcTree);
m_diseqcBtn->setLabel(tr("DiSEqC (Switch, LNB, and Rotor Configuration)"));
m_diseqcBtn->setLabel(tr("DiSEqC (Switch, LNB and Rotor Configuration)"));
m_diseqcBtn->setHelpText(tr("Input and satellite settings."));

m_tuningDelay = new DVBTuningDelay(m_parent);
Expand Down

0 comments on commit 0a1abdf

Please sign in to comment.