Bug 114926

Summary: Allow OS specific tooltips
Product: LibreOffice Reporter: Heiko Tietze <heiko.tietze>
Component: frameworkAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: enhancement CC: momonasmon, philipz85, samuel.mehrbrodt
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=103705
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 114019    

Description Heiko Tietze 2018-01-09 10:35:00 UTC
Likewise accelerators it should be possible to have tooltips depending on the actual operating system.

<node oor:name=".uno:Foo" oor:op="replace">
  <prop oor:name="Foo" oor:type="xs:string">
    <value xml:lang="en-US">~Foo</value>
  </prop>
  <prop oor:name="TooltipLabel" oor:type="xs:string">
    <value xml:lang="en-US">Foo with bar</value>
    <value xml:lang="en-US" install:module="macosx">Foo with cmd</value>
    <value xml:lang="en-US" install:module="unxwnd">Foo with ctrl</value>
  </prop>
</node>
Comment 1 Yousuf Philips (jay) (retired) 2018-01-10 22:55:43 UTC
Doubt we need OS specific bugs, as it would mean additional translation for the exact same string, and instead we should have coding done that automatically replaces 'Ctrl' with 'Cmd' in tooltips for Mac.