Bug 565773 - Fix typo in dialog message text

Change-Id: I5013d43bd443c7dddcee786c3f517687ef4065ed
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties
index b1e7dac..8a75aff 100644
--- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties
+++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PreferencesMessages.properties
@@ -596,7 +596,7 @@
 
 ComplianceConfigurationBlock_needsbuild_title=Compiler Settings Changed
 ComplianceConfigurationBlock_needsfullbuild_message=The compiler settings have changed. Rebuild to apply these changes?
-ComplianceConfigurationBlock_needsprojectbuild_message=The compiler settings have changed.  Rebuild the project to apply the changes?
+ComplianceConfigurationBlock_needsprojectbuild_message=The compiler settings have changed. Rebuild the project to apply the changes?
 
 ComplianceConfigurationBlock_variable_attr_label=Add varia&ble attributes to generated class files (used by the debugger)
 ComplianceConfigurationBlock_line_number_attr_label=Add &line number attributes to generated class files (used by the debugger)