Description: This extended tip: https://translations.documentfoundation.org/translate/libo_ui-master/swmessages/en/?checksum=820c4416202ba5b7 is supposed to refer to this UI string: https://translations.documentfoundation.org/translate/libo_ui-master/swmessages/en/?checksum=9f9d4c575dc19dce However, the extended tip describes something completely different and appears to be accidentally duplicated. Steps to Reproduce: 1. See above Actual Results: The extended tip is completely unrelated to the string it's supposed to describe. Expected Results: The extended tip describes what "Followed by:" does. Reproducible: Always User Profile Reset: No Additional Info: n/a
Ok, setting to NEW.
First, my research on the subject. ---------------------------------------------- git grep 'outlinepositionpage|numfollowedby' sw/uiconfig/swriter/ui/outlinepositionpage.ui: <property name="label" translatable="yes" context="outlinepositionpage|numfollowedby">Followed by:</property> ---------------------------------------------- ---------------------------------------------- git grep 'Enter the distance from the left page margin at which the numbering symbol will be aligned.' cui/uiconfig/ui/numberingpositionpage.ui: <property name="AtkObject::accessible-description" translatable="yes" context="numberingpositionpage|extended_tip|alignedatmf">Enter the distance from the left page margin at which the numbering symbol will be aligned.</property> cui/uiconfig/ui/numberingpositionpage.ui: <property name="AtkObject::accessible-description" translatable="yes" context="numberingpositionpage|extended_tip|numfollowedbylb">Enter the distance from the left page margin at which the numbering symbol will be aligned.</property> sw/uiconfig/swriter/ui/outlinepositionpage.ui: <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|alignedatmf">Enter the distance from the left page margin at which the numbering symbol will be aligned.</property> sw/uiconfig/swriter/ui/outlinepositionpage.ui: <property name="AtkObject::accessible-description" translatable="yes" context="outlinepositionpage|extended_tip|numfollowedbylb">Enter the distance from the left page margin at which the numbering symbol will be aligned.</property> ---------------------------------------------- Are "alignedatmf" a duplicate of "numfollowedbylb" in the same file?
The change is in gerrit https://gerrit.libreoffice.org/c/core/+/177902
Created attachment 197964 [details] screenshot This is how the change will look like after it is approved and published.
Introduced by Olivier for bug 118148 in https://gerrit.libreoffice.org/c/core/+/101186/5/cui/uiconfig/ui/numberingpositionpage.ui and apparently numfollowedbylb (Numbering followed by:) with the tip "Enter the distance from the left page margin at which the numbering symbol will be aligned." and indentatmf (Indent at:) with "Enter the distance from the left page margin to the start of all lines in the numbered paragraph that follow the first line." are swapped.
Bogdan Buzea committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a80b04058084826f28cfe58a66a96116383b1146 tdf#161915 Wrong extended tip It will be available in 25.8.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.
Bogdan Buzea committed a patch related to this issue. It has been pushed to "libreoffice-25-2": https://git.libreoffice.org/core/commit/6848adb5de8abef993fb4836c3031765b419e960 tdf#161915 Wrong extended tip It will be available in 25.2.0.0.beta2. 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.