corrected a grammatical issue, changing have to with

This commit is contained in:
tworrall 2011-08-18 20:00:35 +00:00
parent 4ff87201a3
commit 44a87240d5

View file

@ -75,7 +75,7 @@ var ErrorDisplayWidget = Class.extend({
var publicationsText = (responseData.pubsWithNoJournals > 1) ? "publications" : "publication";
newErrorMessage += "<li>" + responseData.pubsWithNoJournals + " " + publicationsText + " have no journal"
newErrorMessage += "<li>" + responseData.pubsWithNoJournals + " " + publicationsText + " with no journal"
+ " information.</li>"
}