https://bugs.documentfoundation.org/show_bug.cgi?id=158080

            Bug ID: 158080
           Summary: Rename Flowchart commands
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: difficultyBeginner, easyHack, skillDesign, topicDesign
          Severity: normal
          Priority: medium
         Component: Draw
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
            Blocks: 115596

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>
...


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115596
[Bug 115596] [META] Labels of UNO commands bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to