User:Proteins/translateinterwikicodes.js: Difference between revisions

Content deleted Content added
Proteins (talk | contribs)
longer explanation in alert string
Proteins (talk | contribs)
m add space to alert string
Line 415:
temp_hyperlink.innerHTML = English_translation;
} // closes loop over interwiki links
alert_string += "\nTranslated " + hyperlink_counter + " interwiki links into English.";
window.alert(alert_string);