Bug 304332 - [Backport] Compare files claims that identical lines are different
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties
index a3d306b..1d06537 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties
@@ -119,5 +119,5 @@
 SelectAncestorDialog_message=Which resource would you like to use as the common ancestor in the three-way compare?
 SelectAncestorDialog_option=''{0}''
 ShowWhitespaceAction_0=Show &Whitespace Characters
-CompareContentViewerSwitchingPane_optimized=Matching might not be optimal
-CompareContentViewerSwitchingPane_optimizedTooltip=To avoid long computation time a faster comparison algorithm has been used. As a result, the matching might not be optimal.
\ No newline at end of file
+CompareContentViewerSwitchingPane_optimized=Optimized algorithm used
+CompareContentViewerSwitchingPane_optimizedTooltip=To avoid long computation time an optimized comparison algorithm has been used. As a result a non-optimal matching could be found.
\ No newline at end of file