i18n and rename for "External system auto-link notification group" (IDEA-256552)

GitOrigin-RevId: b024443d8dde3ea1aa64395f5db422be15c656fa
This commit is contained in:
Dmitry Jemerov
2022-01-07 17:47:52 +01:00
committed by intellij-monorepo-bot
parent 68cc0ea601
commit 41b59c8dcb
2 changed files with 3 additions and 1 deletions

View File

@@ -232,3 +232,4 @@ external.system.properties.error.title=Invalid Property
external.system.properties.error.empty.message=Properties with empty name are not allowed
external.system.properties.error.space.message=Properties with spaces inside name are not allowed
external.system.properties.error.assign.message=Properties with '=' inside name are not allowed
notification.group.external.system.autolink=External system build scripts found

View File

@@ -46,7 +46,8 @@
<!--Auto-link-->
<projectService serviceImplementation="com.intellij.openapi.externalSystem.autolink.UnlinkedProjectNotificationAware"/>
<backgroundPostStartupActivity implementation="com.intellij.openapi.externalSystem.autolink.UnlinkedProjectStartupActivity"/>
<notificationGroup id="External System Auto-Link Notification Group" displayType="STICKY_BALLOON"/>
<notificationGroup id="External System Auto-Link Notification Group" displayType="STICKY_BALLOON"
bundle="messages.ExternalSystemBundle" key="notification.group.external.system.autolink"/>
<projectService serviceInterface="com.intellij.openapi.externalSystem.autolink.ExternalSystemUnlinkedProjectSettings"
serviceImplementation="com.intellij.openapi.externalSystem.autolink.UnlinkedProjectSettings"/>