diff --git a/build/org.eclipse.cdt.make.ui/plugin.properties b/build/org.eclipse.cdt.make.ui/plugin.properties index a9f00b76504..93b31e7807d 100644 --- a/build/org.eclipse.cdt.make.ui/plugin.properties +++ b/build/org.eclipse.cdt.make.ui/plugin.properties @@ -21,8 +21,9 @@ WizardNewCCMakeProject.description=Create a new C++ Project which uses a simple WizardConvertMakeProject.name=Convert to a C/C++ Make Project WizardConvertMakeProject.description=Convert to a C/C++ Project which uses a simple makefile -ActionMakeCreateTarget.label=Create Make Target... -ActionMakeBuildTarget.label=Build Make Target... +Make.Target.label=Make Target +ActionMakeCreateTarget.label=Create... +ActionMakeBuildTarget.label=Build... ActionMakeUpdate.label=Update Old Make Project... ActionMakeUpdate.tooltip=Update Old Make Project diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml index 8be0ebaa51c..22613049f9e 100644 --- a/build/org.eclipse.cdt.make.ui/plugin.xml +++ b/build/org.eclipse.cdt.make.ui/plugin.xml @@ -301,11 +301,19 @@ - + + + + @@ -326,7 +334,7 @@ definitionId="org.eclipse.cdt.make.ui.targetCreateCommand" label="%ActionMakeCreateTarget.label" class="org.eclipse.cdt.make.ui.actions.CreateTargetAction" - menubarPath="project/additions" + menubarPath="project/org.eclipse.cdt.make.ui.prjmenu/gm1" enablesFor="1" id="org.eclipse.cdt.make.ui.createTargetAction">