1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +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:
Marc-Andre Laperle 2016-09-20 08:27:08 -04:00
parent 9dcd393663
commit 27f99d2a86

View file

@ -85,8 +85,8 @@ ActionDefinition.comment.description= Turns the selected lines into // style com
ActionDefinition.uncomment.name= Uncomment
ActionDefinition.uncomment.description= Uncomments the selected // style comment lines
ActionDefinition.toggleComment.name= Comment/Uncomment
ActionDefinition.toggleComment.description= Comments/Uncomments the selected lines
ActionDefinition.toggleComment.name= Toggle Comment
ActionDefinition.toggleComment.description= Toggle comment the selected lines
ActionDefinition.opendecl.name= Open Declaration
ActionDefinition.opendecl.description= Opens an editor on the selected element's declaration(s)