mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 334500 - Tooltip on Reverse step commands misses a space
This commit is contained in:
parent
03518d718f
commit
fd40ad3a82
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue