summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorkubak <kuba@openoffice.com.pl>2024-04-24 00:29:02 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2024-04-24 20:22:23 +0200
commitf91e8fe61f15f0365cc65183d3fb3573d5215d3f (patch)
treee7bc7840dce553090a79945791f830af6737dd91 /instsetoo_native
parent4b31f87e918c38a7eb30ceb85563a5c98b426da5 (diff)
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>
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf
index fcea59317f08..432e451fdc22 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf
+++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf
@@ -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"