[Libreoffice-bugs] [Bug 130979] LO7: Tooltips in cui/messages.po contain variable %MOD1 instead of string
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 27 10:50:12 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130979
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |125615
Blocks| |125257
--- Comment #3 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Done in bug 125615; you can localize the terms used for %MOD1/%MOD2
#define STR_CMD NC_("STR_CMD", "⌘ Cmd") //use narrow
no-break space U+202F here
#define STR_CTRL NC_("STR_CTRL", "Ctrl")
#define STR_Alt NC_("STR_CMD", "Alt")
#define STR_Option NC_("STR_CTRL", "⌥ Opt") //use narrow
no-break space U+202F here
It's defined in cui/inc/tipoftheday.hrc
Does this work for you?
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=125257
[Bug 125257] [META] Tip of the day
https://bugs.documentfoundation.org/show_bug.cgi?id=125615
[Bug 125615] Tip-of-the-day should be variable on Alt vs. Option
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200227/3e824fb6/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list