From b1132c434cfdb5742da045d0f66b0998e032d237 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Fri, 5 Nov 2010 21:37:12 +0000 Subject: [PATCH] bug 197124: [Usability] convert C/C++ Projects wizard should display some message explaining what projects could be converted --- .../org/eclipse/cdt/make/internal/ui/MakeResources.properties | 2 +- build/org.eclipse.cdt.managedbuilder.ui/plugin.properties | 2 +- .../org/eclipse/cdt/internal/ui/CPluginResources.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeResources.properties b/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeResources.properties index 9c2db07ddbf..7d1ac7f098e 100644 --- a/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeResources.properties +++ b/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeResources.properties @@ -46,7 +46,7 @@ MakeCCWizardSettings.title=C++/Make Project Settings MakeCCWizardSettings.description=Define the project and 'make' builder settings WizardMakeProjectConversion.title=Convert to a C/C++ project -WizardMakeProjectConversion.description=Convert a project to a C/C++ project +WizardMakeProjectConversion.description=The wizard adds C/C++ Nature to the selected projects to enable C/C++ Tools Support for them. It also converts old-style C/C++ projects to the new style. WizardMakeProjectConversion.monitor.convertingToMakeProject=Converting to C/C++ Project... WizardMakeProjectConversion.projectOptions.title=Project options WizardMakeProjectConversion.projectOptions.projectType=Specify project type diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties index c3a2c911aaf..7d7e6979560 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties @@ -64,7 +64,7 @@ Make.Project.Wizard=Make Project Wizard MBS.create.configuration=Create New Configuration -WizardConvertMakeProject.name=Convert to a C/C++ Project +WizardConvertMakeProject.name=Convert to a C/C++ Project (Adds C/C++ Nature) WizardConvertMakeProject.description=Convert to a C/C++ Project WizardMakeProjFromExisting.name=Existing Code as Makefile Project diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties index 460e24b66c6..e23265898be 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties @@ -136,10 +136,10 @@ CProjectWizard.title=C Project Wizard CProjectWizardPage=C Wizard Page # Defaults from ConvertProjectWizardPage -ConversionWizard.windowTitle=Convert C/C++ Projects +ConversionWizard.windowTitle=Convert to a C/C++ Project ConversionWizard.description=Select project(s) for conversion ConversionWizard.title=Add a C++ Nature to project(s) -ConversionWizard.projectlist=Candidates for conversion +ConversionWizard.projectlist=Candidates for conversion: # Convert to C/C++ StdMakeConversionWizard.windowTitle=Convert Projects to C or C++