mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[QuickAccent]Improve text and settings ambiguity (#20756)
* Make string less ambiguous And update ID accordingly * textual * correct sentences * remove "to activate" because it is redundant
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
SelectedIndex="{x:Bind Path=ViewModel.ActivationKey, Mode=TwoWay}" >
|
||||
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Arrows"/>
|
||||
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Space"/>
|
||||
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Both"/>
|
||||
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Either"/>
|
||||
</ComboBox>
|
||||
</controls:Setting.ActionContent>
|
||||
</controls:Setting>
|
||||
|
||||
Reference in New Issue
Block a user