1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 334500 - Tooltip on Reverse step commands misses a space

This commit is contained in:
Anton Leherbauer 2011-01-17 10:40:39 +00:00
parent 03518d718f
commit fd40ad3a82

View file

@ -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 # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -184,12 +184,12 @@ ReverseToggle.label = Toggle Reverse Debugging
ReverseResume.name = Reverse Resume ReverseResume.name = Reverse Resume
ReverseResume.description = Perform Reverse Resume ReverseResume.description = Perform Reverse Resume
ReverseResume.label = Reverse Resume ReverseResume.label = Reverse Resume
ReverseStepInto.name = Reverse StepInto ReverseStepInto.name = Reverse Step Into
ReverseStepInto.description = Perform Reverse StepInto ReverseStepInto.description = Perform Reverse Step Into
ReverseStepInto.label = Reverse StepInto ReverseStepInto.label = Reverse Step Into
ReverseStepOver.name = Reverse StepOver ReverseStepOver.name = Reverse Step Over
ReverseStepOver.description = Perform Reverse StepOver ReverseStepOver.description = Perform Reverse Step Over
ReverseStepOver.label = Reverse StepOver ReverseStepOver.label = Reverse Step Over
Uncall.name = Uncall Uncall.name = Uncall
Uncall.description = Perform Uncall Uncall.description = Perform Uncall
Uncall.label = Uncall Uncall.label = Uncall