Skip to content

Commit

Permalink
Fix a couple of grammatical errors in help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
stichnot committed Dec 8, 2012
1 parent b2905ce commit dfdaff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/programs/mythfrontend/globalsettings.cpp
Expand Up @@ -1238,7 +1238,7 @@ static HostComboBox *PlayBoxEpisodeSort()
gc->addSelection(QObject::tr("Season/Episode"), "Season");
gc->addSelection(QObject::tr("Original air date"), "OrigAirDate");
gc->addSelection(QObject::tr("Program ID"), "Id");
gc->setHelpText(QObject::tr("Selects how to sort a shows episodes"));
gc->setHelpText(QObject::tr("Selects how to sort a show's episodes"));
return gc;
}

Expand Down Expand Up @@ -1411,7 +1411,7 @@ static HostCheckBox *BrowseAllTuners()
gc->setValue(false);
gc->setHelpText(
QObject::tr(
"If enabled, browse mode will shows channels on all "
"If enabled, browse mode will show channels on all "
"available recording devices, instead of showing "
"channels on just the current recorder."));
return gc;
Expand Down

0 comments on commit dfdaff2

Please sign in to comment.