Tools > Customize > Menus tab Search: Index Entry Actual: two "Index Entry" are shown. Suggestion/proposal: 1. For .uno:InsertIndexesEntry Label: Insert Entry Dialog 2. For .uno:IndexEntryDialog Label: Edit Index Entry Tooltip: Edit Index Entry
Probably .uno:InsertIndexesEntry also needs: ContextLabel: Insert Entry
I agree with the idea of having unique labels / tooltips for each Uno command. It makes it much easier to the user when choosing commands in the Customize dialog. However, there's a large number of different commands that have the same label (see bug 138725). But not all of them have tooltips. The main problem here is that command labels are also used in the UI, so sometimes it might be necessary to have different commands with the same label, but with different tooltips to better explain what they actually do. Basically, what I mean is that we should focus on providing tooltips for all commands, specially for those whose labels are identical.
(In reply to sdc.blanco from comment #0) > Label: Insert Entry Dialog > Label: Edit Index Entry You insert a dialog and edit an entry... I'd just use the dialog title and go with "Edit/Insert Index Entry". (In reply to Rafael Lima from comment #2) > we should focus on providing tooltips for all commands, specially for those whose labels are identical. +1
https://gerrit.libreoffice.org/c/core/+/149881
Seth Chaiklin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1ca2edf4efaea9824613aaf02e854da6a2241f07 tdf#153847 update labels to disambiguate insert/edit index entry It will be available in 7.6.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.
Seth Chaiklin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0a703b615b8fec592304d9060aab9c77d0ced02c tdf#153847 add tooltip for Insert Index Entry It will be available in 7.6.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.
Seth Chaiklin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/42455110e4a9b0777a8a42a676d75aa6f74a12ce tdf#153847 "Index Entry" is now "Edit Index Entry" in context menu
Ok Rafael, on your list of duplicate .uno labels you can now mark "Index Entry" as FIXED by bug 153847. Everything looks like it should, including menus, context menus and toolbars, and no duplicate in the Customize dialog. As a bonus, "Index Entry" is now shown as "Edit Index Entry" in the context menu, and the relevant changes are updated in the help pages.