Edit movie alt text

This commit is contained in:
Ruud
2012-01-08 13:23:59 +01:00
parent 673e1a30bc
commit 77afae259c
+1 -1
View File
@@ -38,7 +38,7 @@ window.addEvent('domready', function(){
var self = this;
self.el = new Element('a.edit', {
'title': 'Refresh the movie info and do a forced search',
'title': 'Change movie information, like title and quality.',
'events': {
'click': self.editMovie.bind(self)
}