From 77afae259caafe05dc0f55d639fa5c1b2fa349ce Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 8 Jan 2012 13:23:59 +0100 Subject: [PATCH] Edit movie alt text --- couchpotato/static/scripts/page/wanted.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/scripts/page/wanted.js b/couchpotato/static/scripts/page/wanted.js index cc47c44d..62b6dafb 100644 --- a/couchpotato/static/scripts/page/wanted.js +++ b/couchpotato/static/scripts/page/wanted.js @@ -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) }