Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2011-01-17 10:40:39 +0000
committerAnton Leherbauer2011-01-17 10:40:39 +0000
commitfd40ad3a82956ae01c6f68c407686e87734d1a5c (patch)
tree07567cf615254b6449f3bef079bcd7ecb9719a1e /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent03518d718f307c4a569d074db246635aea787aa9 (diff)
downloadorg.eclipse.cdt-fd40ad3a82956ae01c6f68c407686e87734d1a5c.tar.gz
org.eclipse.cdt-fd40ad3a82956ae01c6f68c407686e87734d1a5c.tar.xz
org.eclipse.cdt-fd40ad3a82956ae01c6f68c407686e87734d1a5c.zip
Bug 334500 - Tooltip on Reverse step commands misses a space
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-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 cdd86fbea8c..7a78f0bc7bc 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
@@ -184,12 +184,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