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;
|
return this.getSelectedRows().length >= 1;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
podcastToolbarButtons["ViewPodcast"] = {
|
podcastToolbarButtons["ViewEpisodes"] = {
|
||||||
title : $.i18n._("View Podcast"),
|
title : $.i18n._("View Episodes"),
|
||||||
iconClass : "icon-chevron-right",
|
iconClass : "icon-chevron-right",
|
||||||
extraBtnClass : "btn-small",
|
extraBtnClass : "btn-small",
|
||||||
elementId : "",
|
elementId : "",
|
||||||
|
|
Loading…
Reference in New Issue