Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-07-10 18:37:34 +0000
committerMichael Valenta2006-07-10 18:37:34 +0000
commita77e846567c8f967b11f7531c9a5aa66b371eda0 (patch)
treee008f01c21030b7a392a7f43b10558b3a0334411
parenta565c584cd15d059cc1c80071eb5329254dc5124 (diff)
downloadeclipse.platform.team-a77e846567c8f967b11f7531c9a5aa66b371eda0.tar.gz
eclipse.platform.team-a77e846567c8f967b11f7531c9a5aa66b371eda0.tar.xz
eclipse.platform.team-a77e846567c8f967b11f7531c9a5aa66b371eda0.zip
Bug 34294 Wording on Compare/Patch preference page
-rw-r--r--bundles/org.eclipse.compare/plugin.properties2
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/plugin.properties b/bundles/org.eclipse.compare/plugin.properties
index 6a814a7f6..2354fda37 100644
--- a/bundles/org.eclipse.compare/plugin.properties
+++ b/bundles/org.eclipse.compare/plugin.properties
@@ -109,7 +109,7 @@ ComparePreferencePage.generalTab.label= &General
ComparePreferencePage.structureCompare.label= &Open structure compare automatically
ComparePreferencePage.showMoreInfo.label= &Show additional compare information in the status line
ComparePreferencePage.ignoreWhitespace.label= Ignore &white space
-ComparePreferencePage.saveBeforePatching.label= A&utomatically save dirty editors before patching
+ComparePreferencePage.saveBeforePatching.label= A&utomatically save dirty editors before browsing patches
ComparePreferencePage.filter.description= Enter member names that should be excluded from 'Compare With Each Other'.\nList is comma separated (e.g. '*.class, .project, bin/')
ComparePreferencePage.filter.label= &Filtered Members:
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
index 6a814a7f6..2354fda37 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
@@ -109,7 +109,7 @@ ComparePreferencePage.generalTab.label= &General
ComparePreferencePage.structureCompare.label= &Open structure compare automatically
ComparePreferencePage.showMoreInfo.label= &Show additional compare information in the status line
ComparePreferencePage.ignoreWhitespace.label= Ignore &white space
-ComparePreferencePage.saveBeforePatching.label= A&utomatically save dirty editors before patching
+ComparePreferencePage.saveBeforePatching.label= A&utomatically save dirty editors before browsing patches
ComparePreferencePage.filter.description= Enter member names that should be excluded from 'Compare With Each Other'.\nList is comma separated (e.g. '*.class, .project, bin/')
ComparePreferencePage.filter.label= &Filtered Members:

Back to the top