From 9402c92bf4a1e87f31791976d265399e33bb96eb Mon Sep 17 00:00:00 2001 From: Kirill Likhodedov Date: Wed, 29 Jan 2020 15:23:26 +0300 Subject: [PATCH] Remove Import Project action from the Welcome Screen, rename "Open" to "Open or Import": IDEA-222368 "Import" is not needed anymore, since "Open" is able to handle most of import features automatically. The action is going to stay in the main menu, at least, for a while, to cover cases which might be missing from the "Open" implementation. "Open" is renamed to "Open or Import" to help people who used to the "Import Project" action. GitOrigin-RevId: 288b89a9ca26d884c5a061db53291d8941b54b95 --- java/ide-customization/resources/META-INF/plugin.xml | 2 -- .../platform-resources-en/src/messages/ActionsBundle.properties | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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.