Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties')
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties8
1 files changed, 7 insertions, 1 deletions
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 a2eb74b8a..09fc42603 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/plugin.properties
@@ -54,6 +54,9 @@ ReplaceFromHistoryAction.tooltip= Replace the Selected Resource with Local Histo
ReplaceWithPreviousFromHistoryAction.label= &Previous From Local History
ReplaceWithPreviousFromHistoryAction.tooltip= Replace the Selected Resource with the Previous from Local History
+addFromHistoryAction.label= Add From Local History...
+addFromHistoryAction.tooltip= Add Deleted Files From Local History
+
#
# Preference Page
#
@@ -62,11 +65,14 @@ ComparePreferencePage.initiallyShowAncestorPane.label= Initially show a&ncestor
ComparePreferencePage.showPseudoConflicts.label= Show &pseudo conflicts
ComparePreferencePage.synchronizeScrolling.label= Synchronize &scrolling between panes in compare viewers
ComparePreferencePage.textFont.label= Text Font
-ComparePreferencePage.showMoreInfo.label= Show additional compare &information in status line
+ComparePreferencePage.showMoreInfo.label= Show additional compare &information in the status line
ComparePreferencePage.preview.label= Preview:
ComparePreferencePage.ancestor.label= Common Ancestor
ComparePreferencePage.left.label= Local
ComparePreferencePage.right.label= Remote
+ComparePreferencePage.structureCompare.label= Open structure compare automatically
+ComparePreferencePage.generalTab.label= &General
+ComparePreferencePage.textCompareTab.label= &Text Compare
#
# Toolbar actions

Back to the top