diff --git a/java/ide-customization/resources/META-INF/plugin.xml b/java/ide-customization/resources/META-INF/plugin.xml index 9a1a2941199e..0a7b098cb693 100644 --- a/java/ide-customization/resources/META-INF/plugin.xml +++ b/java/ide-customization/resources/META-INF/plugin.xml @@ -88,8 +88,6 @@ - diff --git a/platform/platform-resources-en/src/messages/ActionsBundle.properties b/platform/platform-resources-en/src/messages/ActionsBundle.properties index f737e040d113..d6cb52ebd759 100644 --- a/platform/platform-resources-en/src/messages/ActionsBundle.properties +++ b/platform/platform-resources-en/src/messages/ActionsBundle.properties @@ -1514,7 +1514,7 @@ action.FileChooser.GotoModule.description=Go to module directory action.WelcomeScreen.DevelopPlugins.text=Plugin Development action.WelcomeScreen.DevelopPlugins.description=Get started developing plugins. -action.WelcomeScreen.OpenProject.text=Open... +action.WelcomeScreen.OpenProject.text=Open or Import... action.WelcomeScreen.OpenProject.description=Open file or project. You can also open a project or edit a file by drag and drop onto Welcome screen. action.WelcomeScreen.CreateNewProject.text=Create New Project action.WelcomeScreen.CreateNewProject.description=Start the \"New Project\" Wizard that will guide you through the steps necessary for creating a new project.