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

--- Comment #8 from Julien Nabet <[email protected]> ---
Just a focus on an example found:
".uno:SplitCell"
In Calc:
      <node oor:name=".uno:SplitCell" oor:op="replace">
        <prop oor:name="Label" oor:type="xs:string">
          <value xml:lang="en-US">Unmerge Cells</value>
        </prop>
        <prop oor:name="Properties" oor:type="xs:int">
          <value>1</value>
        </prop>
      </node>

In Draw/Impress:
      <node oor:name=".uno:SplitCell" oor:op="replace">
        <prop oor:name="Label" oor:type="xs:string">
          <value xml:lang="en-US">Split Cells</value>
        </prop>
        <prop oor:name="Properties" oor:type="xs:int">
          <value>1</value>
        </prop>
      </node>


In Writer:
      <node oor:name=".uno:SplitCell" oor:op="replace">
        <prop oor:name="Label" oor:type="xs:string">
          <value xml:lang="en-US">Split Cells...</value>
        </prop>
        <prop oor:name="Properties" oor:type="xs:int">
          <value>1</value>
        </prop>
      </node>

Should we let as it is or should we use the same wording and put it in generic
?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to