GradleScriptNotifications: typo in code

This commit is contained in:
Sergey Rostov
2020-05-29 18:01:42 +03:00
parent 6f0bd6c122
commit de7d82e42b
@@ -47,7 +47,7 @@ class MissingGradleScriptConfigurationNotificationProvider(private val project:
createActionLabel(KotlinIdeaGradleBundle.message("action.text.standalone")) {
rootsManager.updateStandaloneScripts {
removeStandaloneScript(file.path)
addStandaloneScript(file.path)
}
}
@@ -59,7 +59,7 @@ class MissingGradleScriptConfigurationNotificationProvider(private val project:
text("Standalone script")
createActionLabel("Disable script") {
rootsManager.updateStandaloneScripts {
addStandaloneScript(file.path)
removeStandaloneScript(file.path)
}
}
contextHelp(