Skip to content

Commit bf877c4

Browse files
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 <[email protected]>
1 parent 53003b9 commit bf877c4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/settings-ui/Settings.UI/SettingsXAML/OOBE/Views/OobeCmdPal.xaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
<tk7controls:MarkdownTextBlock x:Uid="Oobe_CmdPal_HowToUse" Background="Transparent" />
1717

18+
<TextBlock x:Uid="Oobe_TipsAndTricks" Style="{ThemeResource OobeSubtitleStyle}" />
19+
20+
<tk7controls:MarkdownTextBlock x:Uid="Oobe_CmdPal_TipsAndTricks" Background="Transparent" />
21+
1822
<StackPanel Orientation="Horizontal" Spacing="8">
1923
<Button x:Uid="OOBE_Settings" Click="SettingsLaunchButton_Click" />
2024
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_CmdPal" Style="{StaticResource TextButtonStyle}">

src/settings-ui/Settings.UI/Strings/en-us/Resources.resw

+5-2
Original file line numberDiff line numberDiff line change
@@ -4952,15 +4952,18 @@ To record a specific window, enter the hotkey with the Alt key in the opposite m
49524952
<comment>Product name: Navigation view item name for Command Palette</comment>
49534953
</data>
49544954
<data name="Oobe_CmdPal.Description" xml:space="preserve">
4955-
<value>Command Palette description is TBD.</value>
4955+
<value>A fully extensible quick launcher with a richer display and additional capabilities without sacrificing performance.</value>
49564956
<comment>"Command Palette" is a product name</comment>
49574957
</data>
49584958
<data name="Oobe_CmdPal.Title" xml:space="preserve">
49594959
<value>Command Palette</value>
49604960
<comment>"Command Palette" is a product name</comment>
49614961
</data>
49624962
<data name="Oobe_CmdPal_HowToUse.Text" xml:space="preserve">
4963-
<value>Command Palette how to use text is TBD.</value>
4963+
<value>Select Win+Alt+Space and start typing!</value>
4964+
</data>
4965+
<data name="Oobe_CmdPal_TipsAndTricks.Text" xml:space="preserve">
4966+
<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>
49644967
</data>
49654968
<data name="Run_CheckOutCmdPal.Title" xml:space="preserve">
49664969
<value>PowerToys Run is getting an upgrade to v2! Check out the Command Palette, PowerToys Run's evolution</value>

0 commit comments

Comments
 (0)