Renamed View Podcasts to View Episodes
This commit is contained in:
parent
f352b61707
commit
f4e9328e57
|
@ -1329,8 +1329,8 @@ var AIRTIME = (function(AIRTIME) {
|
|||
return this.getSelectedRows().length >= 1;
|
||||
}
|
||||
});
|
||||
podcastToolbarButtons["ViewPodcast"] = {
|
||||
title : $.i18n._("View Podcast"),
|
||||
podcastToolbarButtons["ViewEpisodes"] = {
|
||||
title : $.i18n._("View Episodes"),
|
||||
iconClass : "icon-chevron-right",
|
||||
extraBtnClass : "btn-small",
|
||||
elementId : "",
|
||||
|
|
Loading…
Reference in New Issue