mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
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:
@@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
<tk7controls:MarkdownTextBlock x:Uid="Oobe_CmdPal_HowToUse" Background="Transparent" />
|
<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">
|
<StackPanel Orientation="Horizontal" Spacing="8">
|
||||||
<Button x:Uid="OOBE_Settings" Click="SettingsLaunchButton_Click" />
|
<Button x:Uid="OOBE_Settings" Click="SettingsLaunchButton_Click" />
|
||||||
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_CmdPal" Style="{StaticResource TextButtonStyle}">
|
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_CmdPal" Style="{StaticResource TextButtonStyle}">
|
||||||
|
|||||||
@@ -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>
|
<comment>Product name: Navigation view item name for Command Palette</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Oobe_CmdPal.Description" xml:space="preserve">
|
<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>
|
<comment>"Command Palette" is a product name</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Oobe_CmdPal.Title" xml:space="preserve">
|
<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>
|
<comment>"Command Palette" is a product name</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Oobe_CmdPal_HowToUse.Text" xml:space="preserve">
|
<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>
|
||||||
<data name="Run_CheckOutCmdPal.Title" xml:space="preserve">
|
<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>
|
<value>PowerToys Run is getting an upgrade to v2! Check out the Command Palette, PowerToys Run's evolution</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user