1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Added 'New" to text of creation wizards as per Eclipse UI (Guideline 2.3)

This commit is contained in:
Judy N. Green 2002-10-25 20:36:44 +00:00
parent d7c895d6f0
commit b8a4d37318

View file

@ -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