officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 --- officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 --- 2 files changed, 6 deletions(-)
New commits: commit 29ad5237a85e0f2ffc69b34905967cf5b0683a85 Author: Heiko Tietze <[email protected]> AuthorDate: Wed Jan 28 13:12:02 2026 +0100 Commit: Heiko Tietze <[email protected]> CommitDate: Mon Feb 2 17:43:10 2026 +0100 Resolves tdf#169767 - More informative label for Clone Formatting Change-Id: I1d6453662210c4d281ce125eac17904dc100c050 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198288 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index bea72c96840e..75a6bb1804a5 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4650,9 +4650,6 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 </node> <node oor:name=".uno:FormatPaintbrush" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Clone</value> - </prop> - <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Clone Formatting</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index cd2a862e26aa..936b8bb57838 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3339,9 +3339,6 @@ </node> <node oor:name=".uno:FormatPaintbrush" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Clone</value> - </prop> - <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Clone Formatting</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string">
