Change Readd in tooltip to Re-add. Former is confusing and not an English word

This commit is contained in:
Rami Taibah
2014-12-17 13:00:54 +03:00
parent 6b9383ce92
commit ddf575a86e

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