mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
comma
This commit is contained in:
parent
9c50b62d81
commit
24edaa97bf
@ -301,7 +301,7 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
|
||||
|
||||
winrt::hstring CommandViewModel::DisplayNameAndKeyChordAutomationPropName()
|
||||
{
|
||||
return DisplayName() + L" " + FirstKeyChordText();
|
||||
return DisplayName() + L", " + FirstKeyChordText();
|
||||
}
|
||||
|
||||
winrt::hstring CommandViewModel::FirstKeyChordText()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user