mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 02:05:39 +02:00
Bug 501831 - Rename Comment/Uncomment to Toggle Comment, like JDT
Also update the description. Change-Id: I1719d114a156962f0d75bddb67f1c34d24e99e7e Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
9dcd393663
commit
27f99d2a86
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ ActionDefinition.comment.description= Turns the selected lines into // style com
|
||||||
ActionDefinition.uncomment.name= Uncomment
|
ActionDefinition.uncomment.name= Uncomment
|
||||||
ActionDefinition.uncomment.description= Uncomments the selected // style comment lines
|
ActionDefinition.uncomment.description= Uncomments the selected // style comment lines
|
||||||
|
|
||||||
ActionDefinition.toggleComment.name= Comment/Uncomment
|
ActionDefinition.toggleComment.name= Toggle Comment
|
||||||
ActionDefinition.toggleComment.description= Comments/Uncomments the selected lines
|
ActionDefinition.toggleComment.description= Toggle comment the selected lines
|
||||||
|
|
||||||
ActionDefinition.opendecl.name= Open Declaration
|
ActionDefinition.opendecl.name= Open Declaration
|
||||||
ActionDefinition.opendecl.description= Opens an editor on the selected element's declaration(s)
|
ActionDefinition.opendecl.description= Opens an editor on the selected element's declaration(s)
|
||||||
|
|
Loading…
Add table
Reference in a new issue