From 25d5e2041fb13aee61acb6ced579e884ce9a21b5 Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Tue, 10 Jan 2023 14:46:33 +0000 Subject: tdf#152860 Fix tooltip for .uno:SearchLabel command This patch makes the following changes: 1) Silence the string "[placeholder for message]" for translation, since it is never actually used in the UI. 2) Add a generic tooltip for the command. Change-Id: If46d7476638c72d35af2a4c8f242542aae2eafca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145294 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 665956439098..9fa3b776f790 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1705,7 +1705,10 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 - [placeholder for message] + Search results message + + + Search results -- cgit