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

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easyHack

--- Comment #11 from Heiko Tietze <[email protected]> ---
We are talking about
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu

<node oor:name=".uno:InsertZWSP" oor:op="replace">
  <prop oor:name="Label" oor:type="xs:string">
      <value xml:lang="en-US">No-~width optional break</value>
   </prop>
</node>

It inserts U+200B which is labeled 'ZERO WIDTH SPACE' so why not go with
"Insert U+200B Zero Width Space character" as Khaled suggests.

<node oor:name=".uno:InsertZWNBSP" oor:op="replace">
  <prop oor:name="Label" oor:type="xs:string">
     <value xml:lang="en-US">No-width no ~break</value>
   </prop>
</node>

That's U+2060, labeled 'WORD JOINER' and could be "Insert U+2060 Word Joiner
character".


I wonder if the ID is required, I would prefer to not put such tech talk into
tooltips.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to