Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties20
1 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties
index 46ce7bb30..5b848d129 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties
@@ -9,13 +9,13 @@
# IBM Corporation - initial API and implementation
###############################################################################
SelectBreakpointGroupDialog.0=&Browse...
-SelectBreakpointGroupDialog.1=&Choose a group:
-SelectBreakpointGroupDialog.2=Breakpoint Groups
-AddBreakpointToGroupAction.0=Add To Group
-AddBreakpointToGroupAction.1=&Specify the name of the group:
-AddBreakpointToGroupAction.3=Error Adding To Group
-AddBreakpointToGroupAction.4=An exception occurred while attempting to add the breakpoint to the specified group.
-SetDefaultBreakpointGroupAction.1=Set Default Group
-SetDefaultBreakpointGroupAction.2=&Specify the group in which new breakpoints will be automatically placed:
-RenameBreakpointGroupAction.0=Rename Group
-RenameBreakpointGroupAction.1=&Specify the new name for the group:
+SelectBreakpointGroupDialog.1=&Choose a custom group:
+SelectBreakpointGroupDialog.2=Custom Breakpoint Groups
+AddBreakpointToGroupAction.0=Set Custom Group
+AddBreakpointToGroupAction.1=&Specify the name of the custom group:
+AddBreakpointToGroupAction.3=Error Adding To Custom Group
+AddBreakpointToGroupAction.4=An exception occurred while attempting to add the breakpoint to the specified custom group.
+SetDefaultBreakpointGroupAction.1=Set Default Custom Group
+SetDefaultBreakpointGroupAction.2=&Specify the custom group in which new breakpoints will be automatically placed:
+RenameBreakpointGroupAction.0=Rename CUstom Group
+RenameBreakpointGroupAction.1=&Specify the new name for the custom group:

Back to the top