diff -r 171e07ac910f -r c8156a91d13c mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss --- a/mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss Mon Mar 15 12:40:11 2010 +0200 +++ b/mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss Wed Mar 31 21:26:33 2010 +0300 @@ -89,7 +89,7 @@ MENU_ITEM { command = EMPXCmdGoToNowPlaying; - txt = qtn_nmp_options_go_to_nowplaying; + txt = qtn_mus_options_nowplaying; }, MENU_ITEM { @@ -158,7 +158,7 @@ MENU_ITEM { command = EMPXCmdGoToNowPlaying; - txt = qtn_nmp_options_go_to_nowplaying; + txt = qtn_mus_options_nowplaying; }, MENU_ITEM { @@ -265,7 +265,7 @@ MENU_ITEM { command = EMPXCmdGoToNowPlaying; - txt = qtn_nmp_options_go_to_nowplaying; + txt = qtn_mus_options_nowplaying; }, MENU_ITEM { @@ -909,4 +909,24 @@ }; } +//------------------------------------------------------------------------------ +// r_mpx_podcast_unknown +// Text shown if there is at least one episode for which podcast title information is missing +//------------------------------------------------------------------------------ +// +RESOURCE TBUF r_mpx_podcast_unknown + { + buf = qtn_mus_podcast_unknown; + } + +//------------------------------------------------------------------------------ +// r_mpx_title_unknown_podcast +// Text shown if title is not known +//------------------------------------------------------------------------------ +// +RESOURCE TBUF r_mpx_title_unknown_podcast + { + buf = qtn_mus_title_unknown_podcast; + } + // End of File