User:Erutuon/scripts/footnoteCleanup.js: Difference between revisions

Content deleted Content added
oops
better notification
Line 80:
);
if ( count > 0 ) {
mw.notify(count + " correction" + ( ( count > 1 && "s" ) || "" ) + " made: " + replacements.join());
} else {
mw.notify("No corrections made.");
}
// Unescape the various things escaped above.