diff --git a/couchpotato/core/media/movie/_base/static/movie.actions.js b/couchpotato/core/media/movie/_base/static/movie.actions.js index 09a998f..273df5a 100644 --- a/couchpotato/core/media/movie/_base/static/movie.actions.js +++ b/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) }