diff -r 8ef36e90e291 junit/src/org/netbeans/modules/junit/DefaultPlugin.java --- a/junit/src/org/netbeans/modules/junit/DefaultPlugin.java Wed Mar 09 06:22:34 2011 +0300 +++ b/junit/src/org/netbeans/modules/junit/DefaultPlugin.java Wed Mar 09 14:28:47 2011 +0300 @@ -1420,7 +1420,7 @@ */ @Messages({ "junitlib_confirm_title=Create Tests", - "junitlib_confirm_text=

To create JUnit tests, the IDE needs to download and install the JUnit library.

Do you want to proceed?

", + "junitlib_confirm_text=

To create JUnit tests, the IDE needs to download and install the JUnit library.

Do you want to proceed?

", "junitlib_confirm_accept=Download and Install JUnit" }) private boolean storeProjectSettingsJUnitVer(final Project project) {