mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[maven] IDEA-355840 Rename sync actions to Sync
GitOrigin-RevId: 3bc8a876e1f5401658309af5273506f9a132b7b1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
134def3542
commit
ae22939089
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user