adding in attribution in settings (#16044)

* adding in attribution stuff for pedro and aaron

* Update PowerPreviewPage.xaml

* Update AwakePage.xaml
This commit is contained in:
Clint Rutkas
2022-02-07 15:36:11 -08:00
committed by GitHub
parent e284b07da7
commit ff95257e5f
3 changed files with 17 additions and 3 deletions

View File

@@ -1687,24 +1687,30 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
</data>
<data name="Awake.SecondaryLinksHeader" xml:space="preserve">
<value>Attribution</value>
<comment>giving credit to the projects this utility was based on</comment>
</data>
<data name="ColorPicker.SecondaryLinksHeader" xml:space="preserve">
<value>Attribution</value>
<comment>giving credit to the projects this utility was based on</comment>
</data>
<data name="General.SecondaryLinksHeader" xml:space="preserve">
<value>Related information</value>
</data>
<data name="ImageResizer.SecondaryLinksHeader" xml:space="preserve">
<value>Attribution</value>
<comment>giving credit to the projects this utility was based on</comment>
</data>
<data name="MouseUtils.SecondaryLinksHeader" xml:space="preserve">
<value>Attribution</value>
<comment>giving credit to the projects this utility was based on</comment>
</data>
<data name="PowerLauncher.SecondaryLinksHeader" xml:space="preserve">
<value>Attribution</value>
<comment>giving credit to the projects this utility was based on</comment>
</data>
<data name="PowerRename.SecondaryLinksHeader" xml:space="preserve">
<value>Attribution</value>
<comment>giving credit to the projects this utility was based on</comment>
</data>
<data name="EditTooltip.Text" xml:space="preserve">
<value>Edit</value>
@@ -2010,4 +2016,8 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
<data name="AlwaysOnTop_Radio_Windows_Default.Content" xml:space="preserve">
<value>Windows default</value>
</data>
</root>
<data name="PowerPreviewPage.SecondaryLinksHeader" xml:space="preserve">
<value>Attribution</value>
<comment>giving credit to the projects this utility was based on</comment>
</data>
</root>

View File

@@ -81,7 +81,7 @@
<controls:PageLink x:Uid="LearnMore_Awake" Link="https://aka.ms/PowerToysOverview_Awake"/>
</controls:SettingsPageControl.PrimaryLinks>
<controls:SettingsPageControl.SecondaryLinks>
<controls:PageLink Text="Den Delimarsky's Awake" Link="https://Awake.den.dev"/>
<controls:PageLink Text="Den Delimarsky's work on creating Awake" Link="https://Awake.den.dev"/>
</controls:SettingsPageControl.SecondaryLinks>
</controls:SettingsPageControl>
</Page>
</Page>

View File

@@ -99,5 +99,9 @@
<controls:SettingsPageControl.PrimaryLinks>
<controls:PageLink x:Uid="LearnMore_PowerPreview" Link="https://aka.ms/PowerToysOverview_FileExplorerAddOns"/>
</controls:SettingsPageControl.PrimaryLinks>
<controls:SettingsPageControl.SecondaryLinks>
<controls:PageLink Text="Aaron Junker's work on developer file preview" Link="https://blog.aaron-junker.ch" />
<controls:PageLink Text="Pedro Lamas's work on G-Code and STL" Link="https://www.pedrolamas.com" />
</controls:SettingsPageControl.SecondaryLinks>
</controls:SettingsPageControl>
</Page>