Skip to content

Commit

Permalink
Make the spelling of two strings more consistent with the others.
Browse files Browse the repository at this point in the history
Thanks to Karl Dietz for reporting this!
  • Loading branch information
Nicolas Riendeau committed Aug 11, 2013
1 parent bc4ac99 commit 3315e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/programs/mythfrontend/playbackbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2754,8 +2754,8 @@ MythMenu* PlaybackBox::createPlaylistStorageMenu()
menu->AddItem(tr("Change Playback Group"), SLOT(ShowPlayGroupChangerUsePlaylist()));
menu->AddItem(tr("Disable Auto Expire"), SLOT(doPlaylistExpireSetOff()));
menu->AddItem(tr("Enable Auto Expire"), SLOT(doPlaylistExpireSetOn()));
menu->AddItem(tr("Mark As Watched"), SLOT(doPlaylistWatchedSetOn()));
menu->AddItem(tr("Mark As Unwatched"), SLOT(doPlaylistWatchedSetOff()));
menu->AddItem(tr("Mark as Watched"), SLOT(doPlaylistWatchedSetOn()));
menu->AddItem(tr("Mark as Unwatched"), SLOT(doPlaylistWatchedSetOff()));

return menu;
}
Expand Down

0 comments on commit 3315e43

Please sign in to comment.