Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2011-01-17 10:40:25 +0000
committerAnton Leherbauer2011-01-17 10:40:25 +0000
commitadd06f6238f5d4ef9e508af56875d4c5203ffc7f (patch)
treecf9f5cafbaec0e18096945b915c26284b7eb16aa
parentcf2f8cf4f4fbc633256f4a72f359bd1ec838db8b (diff)
downloadorg.eclipse.cdt-add06f6238f5d4ef9e508af56875d4c5203ffc7f.tar.gz
org.eclipse.cdt-add06f6238f5d4ef9e508af56875d4c5203ffc7f.tar.xz
org.eclipse.cdt-add06f6238f5d4ef9e508af56875d4c5203ffc7f.zip
Bug 334500 - Tooltip on Reverse step commands misses a space
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 24251dce153..0e55215c280 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2010 QNX Software Systems and others.
+# Copyright (c) 2000, 2011 QNX Software Systems 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
@@ -217,12 +217,12 @@ ReverseToggle.label = Toggle Reverse Debugging
ReverseResume.name = Reverse Resume
ReverseResume.description = Perform Reverse Resume
ReverseResume.label = Reverse Resume
-ReverseStepInto.name = Reverse StepInto
-ReverseStepInto.description = Perform Reverse StepInto
-ReverseStepInto.label = Reverse StepInto
-ReverseStepOver.name = Reverse StepOver
-ReverseStepOver.description = Perform Reverse StepOver
-ReverseStepOver.label = Reverse StepOver
+ReverseStepInto.name = Reverse Step Into
+ReverseStepInto.description = Perform Reverse Step Into
+ReverseStepInto.label = Reverse Step Into
+ReverseStepOver.name = Reverse Step Over
+ReverseStepOver.description = Perform Reverse Step Over
+ReverseStepOver.label = Reverse Step Over
Uncall.name = Uncall
Uncall.description = Perform Uncall
Uncall.label = Uncall

Back to the top