[maven] IDEA-355840 Rename sync actions to Sync

GitOrigin-RevId: 3bc8a876e1f5401658309af5273506f9a132b7b1
This commit is contained in:
Dmitry Kichinsky
2024-10-14 09:44:59 +02:00
committed by intellij-monorepo-bot
parent 134def3542
commit ae22939089
2 changed files with 3 additions and 3 deletions

View File

@@ -295,8 +295,8 @@ class MavenSyncConsole(private val myProject: Project) : MavenEventHandler {
private fun attachFullSyncQuickFix() {
try {
mySyncView.onEvent(mySyncId, BuildIssueEventImpl(mySyncId, object : BuildIssue {
override val title: String = "Incremental Sync Finished"
override val description: String = "Incremental sync finished. If there is something wrong with the project model, <a href=\"${MavenFullSyncQuickFix.ID}\">run full sync</a>\n"
override val title: String = "Sync Finished"
override val description: String = "Sync finished. If there is something wrong with the project model, <a href=\"${MavenFullSyncQuickFix.ID}\">reload all projects</a>\n"
override val quickFixes: List<BuildIssueQuickFix> = listOf(MavenFullSyncQuickFix())
override fun getNavigatable(project: Project): Navigatable? = null
}, MessageEvent.Kind.INFO))

View File

@@ -86,7 +86,7 @@ maven.toggle.offline.search.title=Toggle Maven Offline Mode
maven.commandline.description=Configures Maven projects under the given folder
action.Maven.SyncIncrementally.text=Reload All Maven Projects Incrementally
action.Maven.SyncIncrementally.text=Sync All Maven Projects
action.Maven.Reimport.text=Reload All Maven Projects
action.Maven.ReimportProject.text=Sync Project
action.Maven.ReimportProject.description=Sync selected Maven projects