// No results were found for this search.
resultsDiv.empty();
- $('<p>',{className:'notFound',html:'No Results Were Found!'}).hide().appendTo(resultsDiv).fadeIn();
+ $('<p>',{className:'notFound',html:'Aucun résultat'}).hide().appendTo(resultsDiv).fadeIn();
}
});
}