Change the message in the 'new script dependencies' notification

This commit is contained in:
Natalia Selezneva
2018-05-24 16:17:29 +03:00
parent ce7f010673
commit 4767757991
@@ -52,7 +52,7 @@ private class NewScriptDependenciesNotificationPanel(
init {
setText("There are new script dependencies available.")
createComponentActionLabel("Reload dependencies") {
createComponentActionLabel("Apply dependencies") {
onClick(dependencies)
}