More feedback from design team

This commit is contained in:
Niels Laute
2025-10-07 14:45:04 +02:00
parent 11f97ada44
commit 675c3fe0ea
2 changed files with 9 additions and 8 deletions

View File

@@ -84,15 +84,16 @@
<StackPanel x:Name="BannerDescriptionPanel" Orientation="Vertical">
<TextBlock x:Uid="Settings_ExtensionsPage_Banner_Header" FontWeight="SemiBold" />
<TextBlock
x:Uid="Settings_ExtensionsPage_Banner_Description"
Grid.Row="1"
MaxWidth="520"
HorizontalAlignment="Left"
TextWrapping="Wrap">
<Run x:Uid="Settings_ExtensionsPage_Banner_Description" />
<Hyperlink NavigateUri="https://learn.microsoft.com/windows/powertoys/command-palette/overview">
<Run x:Uid="Settings_ExtensionsPage_Banner_Hyperlink" />
</Hyperlink>
</TextBlock>
TextWrapping="Wrap" />
<HyperlinkButton
x:Uid="Settings_ExtensionsPage_Banner_Hyperlink"
Padding="0"
Content="Learn how to create your own extensions"
NavigateUri="https://learn.microsoft.com/windows/powertoys/command-palette/overview" />
</StackPanel>
<StackPanel
x:Name="ButtonPanel"

View File

@@ -477,8 +477,8 @@ Right-click to remove the key combination, thereby deactivating the shortcut.</v
<data name="Settings_ExtensionsPage_Banner_Description.Text" xml:space="preserve">
<value>Find more extensions on the Microsoft Store or WinGet or create your own using the</value>
</data>
<data name="Settings_ExtensionsPage_Banner_Hyperlink.Text" xml:space="preserve">
<value>developer docs</value>
<data name="Settings_ExtensionsPage_Banner_Hyperlink.Content" xml:space="preserve">
<value>Learn how to create your own extensions</value>
</data>
<data name="Settings_ExtensionsPage_FindExtensions_MicrosoftStore.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
<value>Find extensions on the Microsoft Store</value>