Merge pull request #4356 from rtaibah/ReaddTypoFix

Change Readd in tooltip to Re-add. Former is confusing and not an Englis...
This commit is contained in:
Ruud Burger
2014-12-17 11:36:53 +01:00

View File

@@ -696,7 +696,7 @@ MA.Readd = new Class({
if(movie_done || snatched && snatched > 0)
self.el = new Element('a.readd', {
'title': 'Readd the movie and mark all previous snatched/downloaded as ignored',
'title': 'Re-add the movie and mark all previous snatched/downloaded as ignored',
'events': {
'click': self.doReadd.bind(self)
}