play-resources: localize ;)

This commit is contained in:
Astro 2010-11-26 11:13:35 +01:00
parent 2a104307f8
commit f1e2cc63a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function addButton(container, res) {
var button = $('<a class="play" title="Play this"></a>');
var button = $('<a class="play" title="Abspielen"></a>');
if (res.poster) {
var img = $('<img class="poster"/>');
img.attr('src', res.poster);