Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvs2001-06-08 08:40:08 +0000
committercvs2001-06-08 08:40:08 +0000
commitdadb2ca486a18452a36e5476d3eebf376b431e30 (patch)
treee0e5330faa2a88aacbd302dd996590bc4864c46b /bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer
parent0c761ffd8aff3c87588e84e68a54a751f15584cb (diff)
downloadeclipse.platform.team-dadb2ca486a18452a36e5476d3eebf376b431e30.tar.gz
eclipse.platform.team-dadb2ca486a18452a36e5476d3eebf376b431e30.tar.xz
eclipse.platform.team-dadb2ca486a18452a36e5476d3eebf376b431e30.zip
dm: Spell checked & capitalization fixed
Diffstat (limited to 'bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties29
1 files changed, 13 insertions, 16 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties b/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties
index 847ab5eda..9571ad9a1 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewerResources.properties
@@ -7,38 +7,38 @@
# Resource strings for TextMergeViewer.java
tooComplexError.title= Error
-tooComplexError.format= Can''t reasonably determine the differences within {0} seconds. Either the inputs are too large or they differ too much. Try to turn on the ''Ignore Whitespace'' option or do a structure compare first.
+tooComplexError.format= Can''t reasonably determine the differences within {0} seconds. Either the inputs are too large or they differ too much. Try to turn on the ''Ignore White Space'' option or do a structure compare first.
#####################################################
# Toolbar actions
#####################################################
action.CopyLeftToRight.label=Copy Left to Right
-action.CopyLeftToRight.tooltip=Copy whole document from left to right
+action.CopyLeftToRight.tooltip=Copy Whole Document from Left to Right
action.CopyLeftToRight.image=copy_r_co.gif
action.CopyRightToLeft.label=Copy Right to Left
-action.CopyRightToLeft.tooltip=Copy whole document from right to left
+action.CopyRightToLeft.tooltip=Copy Whole Document from Right to Left
action.CopyRightToLeft.image=copy_l_co.gif
action.CopyDiffLeftToRight.label=Copy Current Diff
-action.CopyDiffLeftToRight.tooltip=Copy current change from left to right
+action.CopyDiffLeftToRight.tooltip=Copy Current Change from Left to Right
action.CopyDiffLeftToRight.image=copycont_r_co.gif
action.CopyDiffRightToLeft.label=Copy Current Diff
-action.CopyDiffRightToLeft.tooltip=Copy current change from right to left
+action.CopyDiffRightToLeft.tooltip=Copy Current Change from Right to Left
action.CopyDiffRightToLeft.image=copycont_l_co.gif
action.NextDiff.label=Next
-action.NextDiff.tooltip=Select next change
+action.NextDiff.tooltip=Select Next Change
action.NextDiff.image=next_nav.gif
action.PrevDiff.label=Previous
-action.PrevDiff.tooltip=Select previous change
+action.PrevDiff.tooltip=Select Previous Change
action.PrevDiff.image=prev_nav.gif
action.EnableAncestor.label=Enable Ancestor Pane
-action.EnableAncestor.tooltip=Control visibility of ancestor pane
+action.EnableAncestor.tooltip=Control Visibility of Ancestor Pane
action.EnableAncestor.image=ancestorpane_co.gif
#####################################################
@@ -46,10 +46,10 @@ action.EnableAncestor.image=ancestorpane_co.gif
#####################################################
action.undo.label=Undo@Ctrl+Z
-action.undo.tooltip=Undo last Operation
+action.undo.tooltip=Undo Last Operation
action.redo.label=Redo@Ctrl+Y
-action.redo.tooltip=Redo last Operation
+action.redo.tooltip=Redo Last Operation
action.cut.label=Cut@Ctrl+X
action.cut.tooltip=Cut Text Selection to Clipboard
@@ -61,16 +61,13 @@ action.paste.label=Paste@Ctrl+V
action.paste.tooltip=Replace Text Selection with Clipboard
action.delete.label=Delete
-action.delete.tooltip=Delete current Text Selection
+action.delete.tooltip=Delete Current Text Selection
action.find.label=Find...@Ctrl+F
-action.find.tooltip=Find Occurance
+action.find.tooltip=Find Occurrence
action.selectAll.label=Select All@Ctrl+A
-action.selectAll.tooltip=Select all Changes
+action.selectAll.tooltip=Select All Changes
action.save.label=Save@Ctrl+S
action.save.tooltip=Save Changes
-
-
-

Back to the top