From 4767757991df944026e156795a9478d3563daaa5 Mon Sep 17 00:00:00 2001 From: Natalia Selezneva Date: Thu, 24 May 2018 16:17:29 +0300 Subject: [PATCH] Change the message in the 'new script dependencies' notification --- .../idea/core/script/ScriptNewDependenciesNotification.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/ScriptNewDependenciesNotification.kt b/idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/ScriptNewDependenciesNotification.kt index 7dd139f1740..e7058300ca9 100644 --- a/idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/ScriptNewDependenciesNotification.kt +++ b/idea/idea-core/src/org/jetbrains/kotlin/idea/core/script/ScriptNewDependenciesNotification.kt @@ -52,7 +52,7 @@ private class NewScriptDependenciesNotificationPanel( init { setText("There are new script dependencies available.") - createComponentActionLabel("Reload dependencies") { + createComponentActionLabel("Apply dependencies") { onClick(dependencies) }