From b8a4d373185bf0b019e7f6a38ed91fe98e42f3b9 Mon Sep 17 00:00:00 2001 From: "Judy N. Green" Date: Fri, 25 Oct 2002 20:36:44 +0000 Subject: [PATCH] Added 'New" to text of creation wizards as per Eclipse UI (Guideline 2.3) --- 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 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