Bug 161915 - Wrong extended tip for the UI string "Followed by:"
Summary: Wrong extended tip for the UI string "Followed by:"
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: low minor
Assignee: BogdanB
URL:
Whiteboard: target:25.8.0 target:25.2.0.0.beta2
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-05 14:58 UTC by Tuomas Hietala
Modified: 2024-12-12 22:13 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
screenshot (105.34 KB, image/png)
2024-12-05 21:04 UTC, BogdanB
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tuomas Hietala 2024-07-05 14:58:51 UTC
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
Comment 1 Buovjaga 2024-08-28 15:32:42 UTC
Ok, setting to NEW.
Comment 2 BogdanB 2024-12-05 19:36:55 UTC
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?
Comment 3 BogdanB 2024-12-05 20:10:35 UTC
The change is in gerrit
https://gerrit.libreoffice.org/c/core/+/177902
Comment 4 BogdanB 2024-12-05 21:04:59 UTC Comment hidden (obsolete)
Comment 5 Heiko Tietze 2024-12-06 07:40:35 UTC
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.
Comment 6 Commit Notification 2024-12-09 21:53:57 UTC
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.
Comment 7 Commit Notification 2024-12-12 22:13:10 UTC
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.