Skip to main content
summaryrefslogtreecommitdiffstats
blob: f676b4ab211bcf2568212f423b86f4ad9f5cf260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# =====================================
# (c) Copyright IBM Corp. 2002.
# All Rights Reserved.
# =====================================

ComparePlugin.internal_error= Internal Error
ExceptionDialog.seeErrorLogMessage= See error log for more details.

#
# Title format for CompareViewerSwitchingPane
#
CompareViewerSwitchingPane.Titleformat= {0}  ({1})

#
# Title message for StructureDiffViewer if no structural differences could be found
#
StructureDiffViewer.NoStructuralDifferences= No Structural Differences
StructureDiffViewer.StructureError= Can't Compare Structures

Back to the top