Created attachment 178081 [details] Calc's print dialog typo Typo is in LibreOffice Calc 7.2.5.2 I upgraded to to see if issue was resolved, but it is still there: Version: 7.3.0.3 / LibreOffice Community Build ID: 30(Build:3) CPU threads: 12; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Ubuntu package version: 1:7.3.0~rc3-0ubuntu0.21.10.1~lo1 Calc: threaded To reproduce/ see typo: 1. Open a spreadsheet in Calc 2. File -> Print 3. Under "More" the phrase "pages per sheet" is spelt "pa_ges per sheet" This typo is NOT present in Writer, Impress, Draw.
Just for the record, on pc Debian testing with LO Debian package 7.3.0.2 + gtk3 rendering, I don't reproduce this.
I can reproduce (F35 gtk3 GNOME Wayland) also in 7.3.0 and trunk but it's not in the dialog definition vcl/uiconfig/ui/printdialog.ui which has <property name="label" translatable="yes" context="printdialog|pagespersheetbtn">Pages per sheet:</property> I assume it's related to automatic generation of mnemonics. Interestingly it's "Pages per s_heet" in 7.1.8 and 7.0.6 and 6.4.7 and 6.4.0. Fine in 6.3.6. Putting Caolan on Cc.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/570001ad3a045c9ca25ab06d2ecf1f9e9d9ad939 Resolves: tdf#147218 label doesn't have use-underline set It will be available in 7.4.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.
fixed in trunk, backport to 7-3 and 7-2 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/57a9a2f2c7b60b1edffae0a070f0eefaedcf9e6d Resolves: tdf#147218 label doesn't have use-underline set It will be available in 7.3.1. 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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-2": https://git.libreoffice.org/core/commit/4aca1392079f16a32d0caeb52a8871163413da09 Resolves: tdf#147218 label doesn't have use-underline set It will be available in 7.2.6. 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.
Confirmed fixed in LibreOffice 7.3.1 Thank you. Version: 7.3.1.3 / LibreOffice Community Build ID: 30(Build:3) CPU threads: 12; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Ubuntu package version: 1:7.3.1~rc3-0ubuntu0.21.10.1~lo2 Calc: threaded