From 0231d1e5da78fb69c090987c6edcb8e5b09e23ce Mon Sep 17 00:00:00 2001 From: Kirill Likhodedov Date: Wed, 29 Jan 2020 19:09:20 +0300 Subject: [PATCH] Improve the text of the progress during SetupJavaProjectFromSourcesActivity Relates to IDEA-222368 GitOrigin-RevId: 6b279dc2bdfef3ed68fdcdca6573fd5a97b780d3 --- java/idea-ui/resources/messages/JavaUiBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/idea-ui/resources/messages/JavaUiBundle.properties b/java/idea-ui/resources/messages/JavaUiBundle.properties index c9400bbb7a43..abc0b6817718 100644 --- a/java/idea-ui/resources/messages/JavaUiBundle.properties +++ b/java/idea-ui/resources/messages/JavaUiBundle.properties @@ -4,4 +4,4 @@ build.script.found.notification.import.all=Import All build.scripts.from.multiple.providers.found.notification=Build Scripts Found project.structure.automatically.detected.notification=Project structure has been automatically detected project.structure.automatically.detected.notification.configure.action=Configure... -task.searching.for.project.sources=Searching for project sources... +task.searching.for.project.sources=Detecting project structure...