Since 24.2 and 6c073a180b6af61963fcce0da63ba66b97357ccb for bug 139141, we have "fix" labels for such variants of the Date and Time fields (.uno:InsertDateField and .uno:InsertTimeField respectively). This labels is visible in the Insert menu and the Customize dialog. "fix" is an action, we should really use the adjective "fixed" to match "variable". Pointer: https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
(In reply to Stéphane Guillou (stragu) from comment #0) > Since 24.2 and 6c073a180b6af61963fcce0da63ba66b97357ccb for bug 139141, we > have "fix" labels for such variants of the Date and Time fields > (.uno:InsertDateField and .uno:InsertTimeField respectively). This labels is > visible in the Insert menu and the Customize dialog. > > "fix" is an action, we should really use the adjective "fixed" to match > "variable". > > Pointer: > https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/ > openoffice/Office/UI/WriterCommands.xcu You are absolutely correct. Your concern highlights proper use of the English language.
https://gerrit.libreoffice.org/c/core/+/164351
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d6f80ddb3f05a3b55239866e6e4d470f6903aaae tdf#159808: fix -> fixed It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Help fix is in gerrit: https://gerrit.libreoffice.org/c/help/+/164378 We still need: - dedicated pages for the two variable UNO commands - link to them in e.g. https://opengrok.libreoffice.org/xref/help/source/text/swriter/02/19040000.xhp or https://opengrok.libreoffice.org/xref/help/source/text/swriter/02/18030000.xhp (this page is duplicated, see bug 160035) - list them in https://opengrok.libreoffice.org/xref/help/helpers/unocmds.txt, with: * .uno:InsertDateFieldVar;swriter/... * .uno:InsertTimeFieldVar;swriter/...
Stéphane Guillou committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/help/commit/4e69e855e524c31af3592fd9925489ad76f4c842 tdf#159808: update menu entries with fixed vs variable