Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-04-12 08:00:52 +0000
committerDani Megert2011-04-12 08:00:52 +0000
commitb8127d552be0b588b3eaba4aa5dc1108755154e2 (patch)
treeb3d4f7d1436dcb815f76891e4dd1ce13fd84b402
parentb90da8adde0c160b392dd63c0935b7928f3f3fb8 (diff)
downloadeclipse.platform.debug-b8127d552be0b588b3eaba4aa5dc1108755154e2.tar.gz
eclipse.platform.debug-b8127d552be0b588b3eaba4aa5dc1108755154e2.tar.xz
eclipse.platform.debug-b8127d552be0b588b3eaba4aa5dc1108755154e2.zip
Use "->" and "<-" instead of "-->" and "<--".
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpointGroups/BreakpointGroupMessages.properties6
1 files changed, 3 insertions, 3 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 5663925ea..a00ae3aea 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
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2004, 2010 IBM Corporation and others.
+# Copyright (c) 2004, 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -13,9 +13,9 @@ GroupBreakpointsByAction_0=Breakpoints
GroupBreakpointsByAction_1=Advanced...
GroupBreakpointsByDialog_0=Specify nested groupings for the Breakpoints view.
GroupBreakpointsByDialog_1=A&vailable Groups:
-GroupBreakpointsByDialog_2=&Add -->
+GroupBreakpointsByDialog_2=&Add ->
GroupBreakpointsByDialog_3=&Selected Groups:
-GroupBreakpointsByDialog_4=<-- &Remove
+GroupBreakpointsByDialog_4=<- &Remove
GroupBreakpointsByDialog_5=Move &Up
GroupBreakpointsByDialog_6=Move &Down
GroupBreakpointsByDialog_7=Group Breakpoints

Back to the top