[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
Tue Oct 20 12:14:21 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130979
--- Comment #10 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
(In reply to Ming Hua from comment #9)
> Here many locales don't have an easy-to-access semicolon key...
Maybe I got this wrong, but to my understanding this is about the %MOD1
variable in tips being replaced by STR_CMD or STR_CTRL depeding on whether you
run macOS or not.
Martin suggests something like
Tip1_MACOSX = "Press Cmd to write Hello World"
Tip1_UNXWIN = "Press Ctrl to write Hello World"
where the current solution is
Tip1_MACOSX = "Press %MOD1 to write Hello World"
...
#define STR_CMD NC_("STR_CMD", "⌘ Cmd")
#define STR_CTRL NC_("STR_CTRL", "Ctrl")
and the %MOD1 (and MOD2) are replaced per code.
You may change the shortcuts in your localization and refer to this shortcut,
see
https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
where the first entry Ctrl/Cmd+A is assigned to Select All for English but Open
in case of Spanish (<value xml:lang="es">).
--
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/20201020/d173d6f7/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list