IJPL-62159 vcs: fix mnemonics in commit options popup

GitOrigin-RevId: 731318e0b5b625df5831b3b80e2ab6fc6d99ce56
This commit is contained in:
Aleksey Pivovarov
2024-09-19 13:05:28 +02:00
committed by intellij-monorepo-bot
parent a924f291c2
commit cbb0841bf3
2 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ import com.intellij.openapi.diagnostic.Logger
import com.intellij.openapi.util.IntellijInternalApi
import com.intellij.openapi.util.NlsContexts
import com.intellij.openapi.util.text.TextWithMnemonic
import com.intellij.ui.EditorTextField
import com.intellij.ui.dsl.UiDslException
import com.intellij.ui.dsl.builder.*
import com.intellij.ui.dsl.builder.components.DslLabel
@@ -74,7 +75,8 @@ private val ALLOWED_LABEL_COMPONENTS = listOf(
JTable::class,
JTextComponent::class,
JTree::class,
SegmentedButtonComponent::class
SegmentedButtonComponent::class,
EditorTextField::class
)
/**

View File

@@ -44,7 +44,7 @@ changes.retrieving=Retrieving Changes for Revision {0}
commit.action.commit.and.rebase.text=Commit and Rebase\u2026
commit.action.name=Comm&it
commit.author.diffs=<html>Author differs from default</html>
commit.author=&Author:
commit.author=A&uthor:
common.current.branch.tooltip=The currently checked-out branch.
common.current.branch=Current Branch:
common.git.root.tooltip=Select Git VCS root