officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 22949c16e65fccd40d6313c6b6c0d7906f72a999 Author: Sahil Gautam <sa...@libreoffice.org> AuthorDate: Wed Oct 30 18:21:35 2024 +0530 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Wed Oct 30 19:39:50 2024 +0100 tdf#85976 Change label from "Handle Duplicate Records" to "Duplicates" This is because the original label was taking a lot of space on the notebookbar. Other suggestion was 'Manage Duplicates', which didn't seem any better than 'Handle Duplicate Records' as when an icon for the command is added, it will end up taking a good amount of space. Change-Id: I852bd897d68648208102861de3d8131e103f4f14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175826 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 43b76f02761e..ff14a460e3d6 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1380,7 +1380,7 @@ </node> <node oor:name=".uno:HandleDuplicateRecords" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Handle Duplicate Records...</value> + <value xml:lang="en-US">Duplicates...</value> </prop> <prop oor:name="TooltipLabel" oor:type="xs:string"> <value xml:lang="en-US">Remove or select duplicate records from the selection</value>