Description: There is a problem with the display of the Japanese version of the choices on the "Files in Use" screen, which may appear when you proceed with the "Installation Wizard" for LibreOffice with other software running. The display of choices for long strings of characters is broken. Steps to Reproduce: 1. Start Firefox. 2. Run the installer for the Japanese version of LibreOffice. 3. Proceed to the "Files in Use" screen. Actual Results: The second option, "Do not close the application. A reboot is required to complete the installation..." Japanese:"アプリケーションを終了しないでください。インストールを完了するには再起動が" Expected Results: The second option is uninterrupted. Reproducible: Always User Profile Reset: No Additional Info: Version: 7.1.5.2 (x64) / LibreOffice Community Build ID: 85f04e9f809797b8199d13c421bd8a2b025d52b5 CPU threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Vulkan; VCL: win Locale: ja-JP (ja_JP); UI: ja-JP Calc: threaded
Created attachment 174101 [details] ScreenShot
The precise string is: "&Do not close applications. A reboot will be required to complete the setup." See https://opengrok.libreoffice.org/xref/core/instsetoo_native/inc_openoffice/windows/msi_languages/RadioBut.ulf?r=f101283b#50 Here's the translation part: 4609 #. T4DzH 4610 #: RadioBut.ulf 4611 msgctxt "" 4612 "RadioBut.ulf\n" 4613 "OOO_RADIOBUTTON_11\n" 4614 "LngText.text" 4615 msgid "&Do not close applications. A reboot will be required to complete the setup." 4616 msgstr "アプリケーションを終了しないでください。 インストールを完了するには再起動が必要です。 (&D)" (translations/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po) Let's put this one to NEW since we can see there's indeed something lacking in the screenshot. Andras: thought you might be interested in this one since it concerns Windows installer + localization.
It's perhaps already fixed from next LO release 7.2.1 Indeed, tdf#143686 is about the same problem but in German. Now, I don't know if going from 420 to 460 will be enough. See https://cgit.freedesktop.org/libreoffice/core/commit/?id=af0437d7b1d9cc5a00b7d01a6510e5ba40ca1a12 author Roman Kuznetsov <antilibreoffice@gmail.com> 2021-08-03 19:29:01 +0200 committer Roman Kuznetsov <antilibreoffice@gmail.com> 2021-08-04 18:30:07 +0200 commit af0437d7b1d9cc5a00b7d01a6510e5ba40ca1a12 (patch) tree 1be398efe626be1d59be6a52fefc10afac099efa parent 2f343f09b4adaed1fe7286dfc8ba73bdb13eeabf (diff) tdf#143686 Increase a width of the label *** This bug has been marked as a duplicate of bug 143686 ***
Ariga, please retest this problem in 7.2.0.3 and if the problem will be still here, then ping me and reopen this bug report.