correct spelling mistakes for en-us :) (#2475)

This commit is contained in:
Clint Rutkas
2020-04-29 10:29:31 -07:00
committed by GitHub
parent d9c4abe0df
commit 5efa9ff0b2
7 changed files with 10 additions and 10 deletions

View File

@@ -302,8 +302,8 @@
<data name="FancyZones_VirtualDesktopChangeMoveWindows.Content" xml:space="preserve">
<value>Move newly created windows to their last known zone</value>
</data>
<data name="FancyZones_ZonBehaivior_GroupSettings.Text" xml:space="preserve">
<value>Zone behaviour</value>
<data name="FancyZones_ZoneBehavior_GroupSettings.Text" xml:space="preserve">
<value>Zone Behavior</value>
</data>
<data name="FancyZones_ZoneHighlightColor.Text" xml:space="preserve">
<value>Zone highlight color (default: #0078D7)</value>
@@ -416,8 +416,8 @@
<data name="ShortcutGuide_PressTime.Header" xml:space="preserve">
<value>How long to press the Windows key before showing the Shortcut Guide</value>
</data>
<data name="ShortcutGuide_Appearance_Behaiviour.Text" xml:space="preserve">
<value>Appearance &amp; behaviour</value>
<data name="ShortcutGuide_Appearance_Behavior.Text" xml:space="preserve">
<value>Appearance &amp; Behavior</value>
</data>
<data name="ShortcutGuide_Enable.Header" xml:space="preserve">
<value>Enable Shortcut Guide</value>

View File

@@ -55,7 +55,7 @@
IsOn="{ Binding Mode=TwoWay, Path=IsEnabled}"
Margin="{StaticResource SmallTopMargin}" />
<TextBlock x:Uid="FancyZones_ZonBehaivior_GroupSettings"
<TextBlock x:Uid="FancyZones_ZoneBehavior_GroupSettings"
Style="{StaticResource SettingsGroupTitleStyle}"
/>

View File

@@ -48,7 +48,7 @@
IsOn="{ Binding Mode=TwoWay, Path=IsEnabled}"
Margin="{StaticResource SmallTopMargin}"/>
<TextBlock x:Uid="ShortcutGuide_Appearance_Behaiviour"
<TextBlock x:Uid="ShortcutGuide_Appearance_Behavior"
Style="{StaticResource SettingsGroupTitleStyle}"/>
<muxc:NumberBox x:Uid="ShortcutGuide_PressTime"