Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Pogorzelski2010-04-13 10:34:30 +0000
committerPawel Pogorzelski2010-04-13 10:34:30 +0000
commit84928fdc08e462c2bb28c7022831bdf7e520c5c8 (patch)
treecf15561b598bcc910bcbb8e4a8ded6937f1e268e
parente0de948b69b09e8db01832d18d3508b31e3149e4 (diff)
downloadeclipse.platform.team-R3_4_maintenance.tar.gz
eclipse.platform.team-R3_4_maintenance.tar.xz
eclipse.platform.team-R3_4_maintenance.zip
Bug 304332 - [Backport] Compare files claims that identical lines are differentR34x_v20100413-0640R3_4_maintenance
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareMessages.properties4
1 files changed, 2 insertions, 2 deletions
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 a3d306bd8..1d06537a1 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_title=Select Common Ancestor
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

Back to the top