From d936fdc54c8b66e493ba0cee88f5f100e1b79cef Mon Sep 17 00:00:00 2001 From: Anton Makeev Date: Mon, 20 May 2019 20:17:22 +0300 Subject: [PATCH] IDEA-210281 Cleanup Gradle settings: better wording GitOrigin-RevId: 6639bc2c56bd1532fd1b51a7ffbc6b14132e29cb --- plugins/gradle/resources/i18n/GradleBundle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/gradle/resources/i18n/GradleBundle.properties b/plugins/gradle/resources/i18n/GradleBundle.properties index cb6914edc536..318bd393ed70 100644 --- a/plugins/gradle/resources/i18n/GradleBundle.properties +++ b/plugins/gradle/resources/i18n/GradleBundle.properties @@ -15,17 +15,17 @@ gradle.settings.text.user.home=Gradle user home: gradle.settings.text.user.home.hint=Override the default location where Gradle stores downloaded files, e.g. to tune anti-virus software on Windows gradle.settings.text.user.home.dialog.title=Select Gradle user home directory gradle.settings.text.generate.iml.files=Generate *.iml files for modules imported from Gradle -gradle.settings.text.generate.iml.files.hint=Enable, if you have a mixed project with {0} modules and linked Gradle projects so that it could be shared via VCS +gradle.settings.text.generate.iml.files.hint=Enable if you have a mixed project with {0} modules and linked Gradle projects so that it could be shared via VCS gradle.settings.text.module.per.source.set=Generate {0} module per Gradle source set -gradle.settings.text.module.per.source.set.hint=This setting is deprecated and remains only for troubleshooting since it's not fully compatible with the Gradle's model.
\ +gradle.settings.text.module.per.source.set.hint=This setting is deprecated and remains only for troubleshooting since it's not fully compatible with Gradle's model.
\ Please consider restoring it to the default (checked) gradle.settings.text.download.annotations=Download external annotations for dependencies gradle.settings.text.build.run.title=Build and run gradle.settings.text.build.run.hint=By default {0} uses Gradle to build the project and run the tasks.

\ - In a pure Java/Kotlin project, building and running by means of the IDE might be faster, thanks to the optimizations. \ - Note, that the IDE doesn\u2019t support all Gradle features and the behavior might differ + In a pure Java/Kotlin project, building and running by means of the IDE might be faster, thanks to optimizations. \ + Note, that the IDE doesn\u2019t support all Gradle plugins and the project might not be built correctly with some of them. gradle.settings.text.build.run=Build and run using: gradle.settings.text.run.tests=Run tests using: