Skip to content

Commit

Permalink
Watch Recordings: make 'Playlist options' menu item consistent with t…
Browse files Browse the repository at this point in the history
…he others
  • Loading branch information
Paul Harrison committed Jul 20, 2013
1 parent 2a2b15f commit 685298a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/programs/mythfrontend/playbackbox.cpp
Expand Up @@ -2420,7 +2420,7 @@ void PlaybackBox::ShowGroupPopup()

if (m_playList.size())
{
m_popupMenu->AddItem(tr("Playlist options"), NULL, createPlaylistMenu());
m_popupMenu->AddItem(tr("Playlist Options"), NULL, createPlaylistMenu());
}
else if (!m_player)
{
Expand Down Expand Up @@ -3191,7 +3191,7 @@ void PlaybackBox::ShowActionPopup(const ProgramInfo &pginfo)
SLOT(togglePlayListItem()));
if (m_playList.size())
{
m_popupMenu->AddItem(tr("Playlist options"), NULL, createPlaylistMenu());
m_popupMenu->AddItem(tr("Playlist Options"), NULL, createPlaylistMenu());
}
}

Expand Down

0 comments on commit 685298a

Please sign in to comment.