Skip to content

Commit

Permalink
Remove trailing . in "Wait for SEQ start header" label
Browse files Browse the repository at this point in the history
Make this label consistent with the other labels in
mythtv-setup page Capture Card / Card Type.
  • Loading branch information
kmdewaal committed Apr 27, 2019
1 parent 8705643 commit 7a66a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/videosource.cpp
Expand Up @@ -1063,7 +1063,7 @@ class DVBNoSeqStart : public MythUICheckBoxSetting
MythUICheckBoxSetting(
new CaptureCardDBStorage(this, parent, "dvb_wait_for_seqstart"))
{
setLabel(QObject::tr("Wait for SEQ start header."));
setLabel(QObject::tr("Wait for SEQ start header"));
setValue(true);
setHelpText(
QObject::tr("If enabled, drop packets from the start of a DVB "
Expand Down

0 comments on commit 7a66a62

Please sign in to comment.