mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
IJPL-62159 vcs: fix mnemonics in commit options popup
GitOrigin-RevId: 731318e0b5b625df5831b3b80e2ab6fc6d99ce56
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a924f291c2
commit
cbb0841bf3
@@ -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
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user