From 27f99d2a862e049af7525b1272bdd206353f5005 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 20 Sep 2016 08:27:08 -0400 Subject: [PATCH] Bug 501831 - Rename Comment/Uncomment to Toggle Comment, like JDT Also update the description. Change-Id: I1719d114a156962f0d75bddb67f1c34d24e99e7e Signed-off-by: Marc-Andre Laperle --- core/org.eclipse.cdt.ui/plugin.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)