Shortcut translation to French

This commit is contained in:
2022-04-07 00:36:58 +02:00
parent 3c1aad7d27
commit ab46442108
5 changed files with 41 additions and 11 deletions

View File

@ -223,7 +223,7 @@ namespace unison
{
Button button = (Button)sender;
TextBlock textBlock = (TextBlock)button.Content;
textBlock.Text = "Enter key...";
textBlock.Text = unison.Resources.Resources.Settings_ShortcutsKey;
textBlock.FontWeight = FontWeights.Bold;
button.PreviewKeyDown += DetectPressedKey;
}