Description: One of the UI strings refers to Windows 2000, even though LO has not supported that version of Windows for a long time, if ever. Perhaps there's obsolete code, too? Steps to Reproduce: 1. See https://translations.documentfoundation.org/translate/libo_ui-master/instsetoo_nativeinc_openofficewindowsmsi_languages/en/?checksum=9dd4a773e372d060 Actual Results: Windows 2000 is mentioned in the UI string. Expected Results: Only strings relevant to versions of Windows currently supported by LO are included. Reproducible: Always User Profile Reset: No Additional Info: n/a
OOO_ERROR_123 is "Component Services (COM+ 1.0) are not installed on this computer. This installation requires Component Services in order to complete successfully. Component Services are available on Windows 2000." We probably should keep the error message but could indeed remove the W2k part (and clean up the double spaces). Code pointer: instsetoo_native/inc_openoffice/windows/msi_languages/Error.ulf
Submitted patch. https://gerrit.libreoffice.org/c/core/+/188069
Adam Jones committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6f3a82a46f2b69d90a130b0f8613f8a8782801b1 tdf#157867 Remove reference to Windows2K. It will be available in 26.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.