https://bugs.documentfoundation.org/show_bug.cgi?id=156714
--- Comment #10 from Michael Stahl (allotropia) <[email protected]> --- the term "index mark" (ToXMark) means a text attribute that is inserted via Insert->Table of Contents and Index->Index Entry... entries in an index can be created both from this text attribute, and by other ways such as outline level or styles etc. as the command is named "IndexMarkToIndex" (and the comment in the source code indicates) it should jump from a index mark text attribute to its index. but the UI label now says "Index Entry to Index", since the below commit, so one could read as in the previous comment, but that is a misunderstanding. commit 8426c38a23e5bcc4a8fc061113755de0f8dbc250 tdf#153897 "mark" to "entry" for index .unos Change-Id: I3e9b94e5e6d7073773b3d39276a7f708f34492ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151196 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 124b226f3f35..1c8da79c029b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2625,7 +2625,7 @@ </node> <node oor:name=".uno:IndexMarkToIndex" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Index Mark to Index</value> + <value xml:lang="en-US">Index Entry to Index</value> </prop> </node> <node oor:name=".uno:JumpToFootnoteArea" oor:op="replace"> -- You are receiving this mail because: You are the assignee for the bug.
