Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Daussy2014-03-17 12:19:53 +0000
committerArthur Daussy2014-03-17 12:19:53 +0000
commit43eb89bea4248b5d4ecb5ebe90113ca12edb11f6 (patch)
tree1a820dfdbf00640342699d65750c78718e759bd6
parent993cb85d0d6ac9af90586d51bbd7b6f8b19b72be (diff)
downloadorg.eclipse.emf.compare-43eb89bea4248b5d4ecb5ebe90113ca12edb11f6.tar.gz
org.eclipse.emf.compare-43eb89bea4248b5d4ecb5ebe90113ca12edb11f6.tar.xz
org.eclipse.emf.compare-43eb89bea4248b5d4ecb5ebe90113ca12edb11f6.zip
Typo error in emfcomparercpuimessages.properties
Change-Id: Id545135bff1eb3cbb3a0d7fe3d8a383dccf27f2b Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
-rw-r--r--plugins/org.eclipse.emf.compare.rcp.ui/src/org/eclipse/emf/compare/rcp/ui/internal/emfcomparercpuimessages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.compare.rcp.ui/src/org/eclipse/emf/compare/rcp/ui/internal/emfcomparercpuimessages.properties b/plugins/org.eclipse.emf.compare.rcp.ui/src/org/eclipse/emf/compare/rcp/ui/internal/emfcomparercpuimessages.properties
index 5445147ca..31a402223 100644
--- a/plugins/org.eclipse.emf.compare.rcp.ui/src/org/eclipse/emf/compare/rcp/ui/internal/emfcomparercpuimessages.properties
+++ b/plugins/org.eclipse.emf.compare.rcp.ui/src/org/eclipse/emf/compare/rcp/ui/internal/emfcomparercpuimessages.properties
@@ -28,12 +28,12 @@ ThreeWayComparisonGroupProvider.right.label = Right Side
BasicDifferenceGroup.name = Group
-ConfigurationUIRegistryEventListener.INCORRECT_ID_PARAMETER = Id do not match any item to configure.
+ConfigurationUIRegistryEventListener.INCORRECT_ID_PARAMETER = Id does not match any item to configure.
ConfigurationUIRegistryEventListener.INCORRECT_CONFIGURATOR_PARAMETER = The element is not an instance of IConfigurationUIFactory
# Messages for preference pages.
-InteractiveUIContent.DEFAULT_CONFIGURATION_LABEL = "The selected engine has no configuration option"
+InteractiveUIContent.DEFAULT_CONFIGURATION_LABEL = The selected engine has no configuration option
InteractiveUIContent.CONFIGURATION_COMPOSITE_LABEL = Configuration
InteractiveUIContent.DESCRIPTION_COMPOSITE_LABEL = Description
InteractiveUIContent.INCORRECT_SELECTION_TITLE =Incorrect selection
@@ -58,6 +58,6 @@ EnginesPreferencePage.REQ_ENGINE_INTRO_TEXT = Select the requirement engine to u
EnginesPreferencePage.CONFLICT_DETECTOR_INTRO_TEXT = Select the conflict detector to use:
DefaultMatchEngineConfiguratorUI.USE_IDENTIFER_LABEL = Select if identifiers shall be used:
-DefaultMatchEngineConfiguratorUI.WHEN_AVAILABLE_LABEL = When avalaible\n The engine will use some heuristics when the identifiers are missing
+DefaultMatchEngineConfiguratorUI.WHEN_AVAILABLE_LABEL = When available\n The engine will use some heuristics when identifiers are missing
DefaultMatchEngineConfiguratorUI.ONLY_LABEL = Only\n Objects without identifiers will never be matched.
DefaultMatchEngineConfiguratorUI.NEVER_LABEL =Never\n Objects will be matched with some heuristics regardless of having identifiers. \ No newline at end of file

Back to the top