Skip to content

Commit cff8a92

Browse files
committed
Some loc stuff
1 parent 28e7490 commit cff8a92

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/Framework/App.Runtime/bundle/bundle.thm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
</Button>
2525
</Page>
2626
<Page Name="Install">
27-
<Label Name="WelcomeHeader" X="148" Y="80" Width="-12" Height="32" FontId="PageHeaderFont" HexStyle="000000">#(loc.Welcome)</Label>
27+
<Text Name="WelcomeText" X="148" Y="80" Width="-12" Height="-70" FontId="PageHeaderFont" HexStyle="000000" DisablePrefix="yes" />
28+
<Text Name="WelcomeHeaderMessage" X="160" Y="80" Width="300" Height="32" FontId="PageHeaderFont">#(loc.WelcomeHeaderMessage)</Text>
29+
<Text Name="WelcomeDescription" X="160" Y="124" Width="460" Height="64" FontId="DefaultFont">#(loc.WelcomeDescription)</Text>
2830

2931
<!-- Align the label with the top of the logo on the left. -->
3032
<Label Name="LicenseTermsAndPolicies" X="148" Y="288" Width="-12" Height="32" FontId="DefaultFont" HexStyle="000000">#(loc.LicenseAssent)</Label>

src/Framework/App.Runtime/bundle/theme/1033/bundle.wxl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
<String Id="FilesInUseOkButton" Value="&amp;OK" />
6363
<String Id="FilesInUseCancelButton" Value="&amp;Cancel" />
6464
<String Id="LicenseAssent" Value="By clicking Install, you agree to the following terms:" />
65+
<String Id="WelcomeHeaderMessage">ASP.NET Runtime</String>
66+
<String Id="WelcomeDescription">The ASP.NET Runtime is used to run ASP.NET applications, on your Windows computer. ASP.NET is open source, cross platform, and supported by Microsoft. We hope you enjoy it!</String>
6567

66-
<!--_locComment_text="{Locked='[WixBundleName]'}"-->
67-
<String Id="Welcome" Value="Welcome to the [WixBundleName] Setup." />
6868
<!--_locComment_text="{Locked='[WixBundleName]'}"-->
6969
<String Id="EulaPrivacy" Value="[WixBundleName] &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=329770&quot;&gt;license terms&lt;/a&gt; and &lt;a href=&quot;https://go.microsoft.com/fwlink/?LinkId=786378&quot;&gt;privacy statement&lt;/a&gt;." />
7070
</WixLocalization>

0 commit comments

Comments
 (0)