From 9691219ae7dce548d24952e335109d546b295a9a Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Mon, 3 Feb 2020 01:41:21 +0200 Subject: Styles > Text Body menu didn't work in non-English UI Capitalization of "Body" present only in the UI name of the style, but that might be something completely different in other languages. We need to reference the style using its programmatic name instead. Change-Id: I2d980a225d6f5346d378947621ace3a17e0a8f81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87842 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos (cherry picked from commit 18b2cecfef3dd26bac15522667b465802ff3f96b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89777 --- officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 40ca50889208..a41666bef3a6 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3248,7 +3248,7 @@ Text Body Paragraph Style - .uno:StyleApply?Style:string=Text Body&FamilyName:string=ParagraphStyles + .uno:StyleApply?Style:string=Text body&FamilyName:string=ParagraphStyles 9 -- cgit v1.2.3