Minor: fix notification text when script configuration is missing after request
This commit is contained in:
@@ -34,7 +34,8 @@ action.label.import.project=Import Project
|
||||
action.text.load.script.configurations=Load Script Configurations
|
||||
action.description.load.script.configurations=The Gradle Kotlin DSL script configuration has been changed. Load the changes to get code insight without importing the external Gradle project.
|
||||
action.label.enable.auto.import=Enable Auto-Import
|
||||
notification.notEvaluatedInLastImport.text=Code insight unavailable (configuration for this script wasn't received during the last Gradle project import).
|
||||
notification.notEvaluatedInLastImport.193.text=Code insight unavailable (script configuration wasn't received during the last Gradle project import).
|
||||
notification.notEvaluatedInLastImport.text=Code insight unavailable (script configuration wasn't received).
|
||||
notification.notEvaluatedInLastImport.addAsStandaloneAction=Add to standalone scripts
|
||||
notification.notEvaluatedInLastImport.info=<div width=400>\
|
||||
<p>The Gradle project that evaluates this script needs to be imported to have it analyzed by the IDE. \
|
||||
|
||||
Reference in New Issue
Block a user