MSI: Fix use of undefined TextStyle

ICE31 ERROR Control AdminNetworkLocation.DlgTitle uses undefined TextStyle MSSansBold8.

In the Control table in the Text column there is:

{&MSSansBold8}Network Location

and the Text Style from the TextStyle table should be used and look like this:

{&DialogDefaultBold}Network Location

https: //learn.microsoft.com/en-us/windows/win32/msi/ice31
Change-Id: I4fa1048cc28d042fc8a78b4dba1495ad75fc017a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166568
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
kubak 2024-04-24 00:29:02 +02:00 committed by Adolfo Jayme Barrientos
parent 4b31f87e91
commit f91e8fe61f

View file

@ -56,7 +56,7 @@ en-US = "Specify a network location for the server image of the product."
en-US = "Enter the network location or click Change to browse to a location. Click Install to create a server image of [ProductName] at the specified network location or click Cancel to exit the wizard."
[OOO_CONTROL_21]
en-US = "{&MSSansBold8}Network Location"
en-US = "{&DialogDefaultBold}Network Location"
[OOO_CONTROL_22]
en-US = "&Install"