fixed typo of "successfully"

This commit is contained in:
Randall Ma
2012-11-24 16:35:22 +01:00
committed by Ruud
parent 2ed72c9098
commit 9f19902221
@@ -288,7 +288,7 @@ Block.Search.Item = new Class({
self.options_el.empty();
self.options_el.adopt(
new Element('div.message', {
'text': json.added ? 'Movie succesfully added.' : 'Movie didn\'t add properly. Check logs'
'text': json.added ? 'Movie successfully added.' : 'Movie didn\'t add properly. Check logs'
})
);
self.mask.fade('out');