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:
parent
d7c895d6f0
commit
b8a4d37318
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue