code review
diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.properties b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.properties
index 0fd2fbf..3dea536 100644
--- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.properties
+++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaUIMessages.properties
@@ -162,10 +162,10 @@
 MinMaxIntegerEditor.error.too_small=Value must not be smaller than {0}.

 MinMaxIntegerEditor.error.too_large=Value must not be greater than {0}.

 

-SourceAttachmentPropertyPage.errorTitle=Error Attaching Source

-SourceAttachmentPropertyPage.errorMessage=An error occurred while associating the source

+SourceAttachmentPropertyPage.error.title=Error Attaching Source

+SourceAttachmentPropertyPage.error.message=An error occurred while associating the source

 

-SourceAttachmentPropertyPage.labelText=Source can only be attached to JAR files in Java projects

+SourceAttachmentPropertyPage.noarchive.message=Source can only be attached to JAR files in Java projects.

 

 CodeFormatterPreferencePage.description=Options for the Java Code Formatter.

 

diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java
index f075c83..f3e692b 100644
--- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java
+++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SourceAttachmentPropertyPage.java
Binary files differ