officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 38ea6c42fd0bfdb0904d182627229cf224c1b822 Author: Ilmari Lauhakangas <[email protected]> AuthorDate: Tue Mar 17 15:27:52 2026 +0200 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Mar 19 06:24:04 2026 +0100 tdf#160143 Fix accelerator conflict for Delete Columns Change-Id: Ib242ac44805e9215be7260299ff34a5837277ad3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/201912 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[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 2a5fb829fdbc..1b1af5583b5a 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -7620,7 +7620,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 <value xml:lang="en-US">Delete Columns</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">Delete ~Columns</value> + <value xml:lang="en-US">~Delete Columns</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> <value xml:lang="en-US">Delete selected columns</value>
