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:
parent
4b31f87e91
commit
f91e8fe61f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue