This commit is contained in:
Eric Tian 2021-03-02 18:58:37 -08:00
commit a4efee2d2a
2 changed files with 3 additions and 5 deletions

View file

@ -4735,7 +4735,7 @@
<comment>Text for the "Settings" header</comment> <comment>Text for the "Settings" header</comment>
</data> </data>
<data name="SettingsContribute" xml:space="preserve"> <data name="SettingsContribute" xml:space="preserve">
<value>To learn how you can contribute to Windows Calculator, visit the project on%HL%GitHub%HL%.</value> <value>To learn how you can contribute to Windows Calculator, visit the project on %HL%GitHub%HL%.</value>
<comment>{Locked="%HL%GitHub%HL%"}. GitHub link, displayed on the settings page.</comment> <comment>{Locked="%HL%GitHub%HL%"}. GitHub link, displayed on the settings page.</comment>
</data> </data>
<data name="BackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve"> <data name="BackButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">

View file

@ -143,13 +143,11 @@
Foreground="{ThemeResource SystemControlPageTextBaseHighBrush}" Foreground="{ThemeResource SystemControlPageTextBaseHighBrush}"
TextWrapping="Wrap"> TextWrapping="Wrap">
<Paragraph> <Paragraph>
<Run x:Name="ContributeRunBeforeLink"/> <Run x:Name="ContributeRunBeforeLink"/><Hyperlink NavigateUri="https://go.microsoft.com/fwlink/?linkid=2099939"
<Hyperlink NavigateUri="https://go.microsoft.com/fwlink/?linkid=2099939"
TextDecorations="None" TextDecorations="None"
ToolTipService.ToolTip="https://go.microsoft.com/fwlink/?linkid=2099939"> ToolTipService.ToolTip="https://go.microsoft.com/fwlink/?linkid=2099939">
<Run x:Name="ContributeRunLink"/> <Run x:Name="ContributeRunLink"/>
</Hyperlink> </Hyperlink><Run x:Name="ContributeRunAfterLink"/>
<Run x:Name="ContributeRunAfterLink"/>
</Paragraph> </Paragraph>
</RichTextBlock> </RichTextBlock>
</StackPanel> </StackPanel>