Update the OOBE text for CmdPal (#38041)

* Update the OOBE text for CmdPal
* Tweak format to align with other OOBE pages

---------

Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
This commit is contained in:
Mike Griese
2025-03-19 19:59:30 -05:00
committed by GitHub
parent 53003b9969
commit bf877c4e40
2 changed files with 9 additions and 2 deletions

View File

@@ -15,6 +15,10 @@
<tk7controls:MarkdownTextBlock x:Uid="Oobe_CmdPal_HowToUse" Background="Transparent" />
<TextBlock x:Uid="Oobe_TipsAndTricks" Style="{ThemeResource OobeSubtitleStyle}" />
<tk7controls:MarkdownTextBlock x:Uid="Oobe_CmdPal_TipsAndTricks" Background="Transparent" />
<StackPanel Orientation="Horizontal" Spacing="8">
<Button x:Uid="OOBE_Settings" Click="SettingsLaunchButton_Click" />
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_CmdPal" Style="{StaticResource TextButtonStyle}">

View File

@@ -4952,7 +4952,7 @@ To record a specific window, enter the hotkey with the Alt key in the opposite m
<comment>Product name: Navigation view item name for Command Palette</comment>
</data>
<data name="Oobe_CmdPal.Description" xml:space="preserve">
<value>Command Palette description is TBD.</value>
<value>A fully extensible quick launcher with a richer display and additional capabilities without sacrificing performance.</value>
<comment>"Command Palette" is a product name</comment>
</data>
<data name="Oobe_CmdPal.Title" xml:space="preserve">
@@ -4960,7 +4960,10 @@ To record a specific window, enter the hotkey with the Alt key in the opposite m
<comment>"Command Palette" is a product name</comment>
</data>
<data name="Oobe_CmdPal_HowToUse.Text" xml:space="preserve">
<value>Command Palette how to use text is TBD.</value>
<value>Select Win+Alt+Space and start typing!</value>
</data>
<data name="Oobe_CmdPal_TipsAndTricks.Text" xml:space="preserve">
<value>For this utility to work, the Command Palette must be enabled and running in the background. The Command Palette has a ton of extensions to try out to make your launching experience even better. You can search for available extensions within the palette itself!</value>
</data>
<data name="Run_CheckOutCmdPal.Title" xml:space="preserve">
<value>PowerToys Run is getting an upgrade to v2! Check out the Command Palette, PowerToys Run's evolution</value>