Changeset 1356


Ignore:
Timestamp:
Jan 10, 2011, 10:58:31 AM (13 years ago)
Author:
robert@…
Message:

Fixed message in #212

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy

    r1286 r1356  
    988988                // Output the dialog for the publications
    989989                out << '<div id="' + attrs.name + '_dialog">';
    990                 out << '<p>Search for a publication on pubmed. You can search on a part of the title or authors. </p>';
     990                out << '<p>Search for a publication on pubmed. You can search on a part of the title, authors or pubmed ID. </p>';
    991991                out << publicationSelect(attrs, body);
    992992                out << '</div>';
Note: See TracChangeset for help on using the changeset viewer.