Browse Source

Merge pull request #4356 from rtaibah/ReaddTypoFix

Change Readd in tooltip to Re-add. Former is confusing and not an Englis...
pull/4380/head
Ruud Burger 11 years ago
parent
commit
62c5365329
  1. 2
      couchpotato/core/media/movie/_base/static/movie.actions.js

2
couchpotato/core/media/movie/_base/static/movie.actions.js

@ -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)
}

Loading…
Cancel
Save