diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index c62374ffdeb..cf177b83afc 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -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)