This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 195288
Collapse All | Expand All

(-)a/junit/src/org/netbeans/modules/junit/DefaultPlugin.java (-1 / +1 lines)
Lines 1420-1426 Link Here
1420
     */
1420
     */
1421
    @Messages({
1421
    @Messages({
1422
        "junitlib_confirm_title=Create Tests",
1422
        "junitlib_confirm_title=Create Tests",
1423
        "junitlib_confirm_text=<html><p>To create JUnit tests, the IDE needs to download and install the JUnit library.</p><p>Do you want to proceed?<p>",
1423
        "junitlib_confirm_text=<html><p>To create JUnit tests, the IDE needs to download and install the JUnit library.</p><p>Do you want to proceed?</p></html>",
1424
        "junitlib_confirm_accept=Download and Install JUnit"
1424
        "junitlib_confirm_accept=Download and Install JUnit"
1425
    })
1425
    })
1426
    private boolean storeProjectSettingsJUnitVer(final Project project) {
1426
    private boolean storeProjectSettingsJUnitVer(final Project project) {

Return to bug 195288