We have a large number of flowchart shapes, see Insert > Shape > Flowchart. As the shapes itself are always placed underneath this menu item (besides on some toolbars) we better not start every single item with "Flowchart:". However, to more easily identify the commands in the customization kit would be necessary to add a contextual label. Add it to officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu like <node oor:name=".uno:FlowChartShapes.flowchart-process" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Flowchart: Process</value> </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> + <value xml:lang="en-US">Process</value> + </prop> ...
Manish committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/12603054c5fdb993717c2f5d774fb892e9f84474 tdf#158080 Rename Flowchart commands It will be available in 26.2.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.