diff --git a/debug/org.eclipse.debug.ui/plugin.properties b/debug/org.eclipse.debug.ui/plugin.properties index 84c0b135789..92ee86a205a 100644 --- a/debug/org.eclipse.debug.ui/plugin.properties +++ b/debug/org.eclipse.debug.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2025 IBM Corporation and others. +# Copyright (c) 2000, 2026 IBM Corporation and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -418,6 +418,7 @@ debug.core.component.label = Platform Debug Core GroupLaunch.description=Launch several other configurations sequentially prototype.decorator.label = Prototype Decorator +prototype.decorator.description = Decorates launch configurations that are marked as prototypes with an overlay icon. breakpointLabel.label= Label breakpointLabel.tooltip= Provide a custom label to quickly identify breakpoint breakpointLabelCommand = EditBreakpointLabel diff --git a/debug/org.eclipse.debug.ui/plugin.xml b/debug/org.eclipse.debug.ui/plugin.xml index c2528f02e44..0d4456b7754 100644 --- a/debug/org.eclipse.debug.ui/plugin.xml +++ b/debug/org.eclipse.debug.ui/plugin.xml @@ -1,7 +1,7 @@