diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 93c264ca5d7..d55058ad4bb 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -17,12 +17,12 @@ MakeView.name=Make Targets # C newCWizardsCategory.name=C StdCWizard.name=Standard Make C Project -StdCWizard.description=Create a C Project +StdCWizard.description=Create a New C Project # C++ newCCWizardsCategory.name=C++ StdCCWizard.name=Standard Make C++ Project -StdCCWizard.description=Create a C++ Project +StdCCWizard.description=Create a New C++ Project #Project Conversion ConversionWizard.name=Convert a Project's Nature