Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
index 87b3e688d9..e894c4fbfa 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
@@ -863,8 +863,8 @@ NewFeaturePatch_SpecPage_id = Patc&h ID:
NewFeaturePatch_SpecPage_name = Patch N&ame:
NewFeaturePatch_SpecPage_provider = Patch Vendo&r:
NewFeaturePatch_SpecPage_notFound = Feature {0} {1} not found.
-FeatureSelectionDialog_IdMatched=Feature {0}.
-FeatureSelectionDialog_PluginMatched =Feature contains plug-in {0}.
+FeatureSelectionDialog_IdMatched=Feature ''{0}''.
+FeatureSelectionDialog_PluginMatched =Feature contains plug-in ''{0}''.
FeatureSelectionDialog_title = Feature Selection
FeatureSelectionDialog_message = &Select a feature:

Back to the top