Remove RTMP from Player Text

This commit is contained in:
MaZderMind 2015-03-31 23:19:58 +02:00
parent 90ffc426a0
commit e85b2e2c6e

View file

@ -147,7 +147,7 @@ MediaElementPlayer.prototype.buildsubs = function(player, controls, layers, medi
$(function() { $(function() {
(function(strings) { (function(strings) {
strings['en-US'] = { strings['en-US'] = {
'Download File': 'Open RTMP-Stream in Desktop-Player' 'Download File': 'Open Stream in Desktop-Player'
} }
})(mejs.i18n.locale.strings); })(mejs.i18n.locale.strings);