mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +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:
@@ -2265,7 +2265,7 @@ From there, simply click on one of the supported files in the File Explorer and
|
|||||||
<data name="QuickAccent.ModuleDescription" xml:space="preserve">
|
<data name="QuickAccent.ModuleDescription" xml:space="preserve">
|
||||||
<value>Quick Accent is an alternative way to type accented characters, useful for when a keyboard doesn't support that specific accent.
|
<value>Quick Accent is an alternative way to type accented characters, useful for when a keyboard doesn't support that specific accent.
|
||||||
|
|
||||||
Activate by holding the key for the character you want to add an accent to, then press the Activation Key (space key or left and right arrow keys). If you continue to hold, an overlay to select the accented between multiple characters will appear!</value>
|
Activate by holding the key for the character you want to add an accent to, then press the activation key (space, left or right arrow keys) and an overlay to select accented characters will appear!</value>
|
||||||
<comment>key refers to a physical key on a keyboard</comment>
|
<comment>key refers to a physical key on a keyboard</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="QuickAccent.ModuleTitle" xml:space="preserve">
|
<data name="QuickAccent.ModuleTitle" xml:space="preserve">
|
||||||
@@ -2275,7 +2275,7 @@ Activate by holding the key for the character you want to add an accent to, then
|
|||||||
<value>Attribution</value>
|
<value>Attribution</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Oobe_QuickAccent.Description" xml:space="preserve">
|
<data name="Oobe_QuickAccent.Description" xml:space="preserve">
|
||||||
<value>Quick Accent is an easy way to write letters with accents, like on the phone.</value>
|
<value>Quick Accent is an easy way to write letters with accents, like on a smartphone.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Oobe_QuickAccent.Title" xml:space="preserve">
|
<data name="Oobe_QuickAccent.Title" xml:space="preserve">
|
||||||
<value>Quick Accent</value>
|
<value>Quick Accent</value>
|
||||||
@@ -2289,9 +2289,11 @@ Activate by holding the key for the character you want to add an accent to, then
|
|||||||
</data>
|
</data>
|
||||||
<data name="QuickAccent_Activation_Shortcut.Header" xml:space="preserve">
|
<data name="QuickAccent_Activation_Shortcut.Header" xml:space="preserve">
|
||||||
<value>Activation key</value>
|
<value>Activation key</value>
|
||||||
|
<comment>key refers to a physical key on a keyboard</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="QuickAccent_Activation_Shortcut.Description" xml:space="preserve">
|
<data name="QuickAccent_Activation_Shortcut.Description" xml:space="preserve">
|
||||||
<value>This is the extra key needed to activate after you are holding your target letter.</value>
|
<value>Press this key after holding down the target letter.</value>
|
||||||
|
<comment>key refers to a physical key on a keyboard</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="QuickAccent_Activation_Key_Arrows.Content" xml:space="preserve">
|
<data name="QuickAccent_Activation_Key_Arrows.Content" xml:space="preserve">
|
||||||
<value>Left/Right Arrow</value>
|
<value>Left/Right Arrow</value>
|
||||||
@@ -2301,8 +2303,9 @@ Activate by holding the key for the character you want to add an accent to, then
|
|||||||
<value>Space</value>
|
<value>Space</value>
|
||||||
<comment>Space is the space keyboard key.</comment>
|
<comment>Space is the space keyboard key.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="QuickAccent_Activation_Key_Both.Content" xml:space="preserve">
|
<data name="QuickAccent_Activation_Key_Either.Content" xml:space="preserve">
|
||||||
<value>Both</value>
|
<value>Left, Right or Space</value>
|
||||||
|
<comment>All are keys on a keyboard</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="QuickAccent_Toolbar.Header" xml:space="preserve">
|
<data name="QuickAccent_Toolbar.Header" xml:space="preserve">
|
||||||
<value>Toolbar</value>
|
<value>Toolbar</value>
|
||||||
@@ -2345,7 +2348,7 @@ Activate by holding the key for the character you want to add an accent to, then
|
|||||||
<comment>ms = milliseconds</comment>
|
<comment>ms = milliseconds</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="QuickAccent_InputTimeMs.Description" xml:space="preserve">
|
<data name="QuickAccent_InputTimeMs.Description" xml:space="preserve">
|
||||||
<value>Hold the key for this long to make the accent menu appear (ms)</value>
|
<value>Hold the key down for this much time to make the accent menu appear (ms)</value>
|
||||||
<comment>ms = milliseconds</comment>
|
<comment>ms = milliseconds</comment>
|
||||||
</data> <data name="LearnMore_TextExtractor.Text" xml:space="preserve">
|
</data> <data name="LearnMore_TextExtractor.Text" xml:space="preserve">
|
||||||
<value>Learn more about Text Extractor</value>
|
<value>Learn more about Text Extractor</value>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
SelectedIndex="{x:Bind Path=ViewModel.ActivationKey, Mode=TwoWay}" >
|
SelectedIndex="{x:Bind Path=ViewModel.ActivationKey, Mode=TwoWay}" >
|
||||||
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Arrows"/>
|
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Arrows"/>
|
||||||
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Space"/>
|
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Space"/>
|
||||||
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Both"/>
|
<ComboBoxItem x:Uid="QuickAccent_Activation_Key_Either"/>
|
||||||
</ComboBox>
|
</ComboBox>
|
||||||
</controls:Setting.ActionContent>
|
</controls:Setting.ActionContent>
|
||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
|
|||||||
Reference in New Issue
Block a user