cui/inc/tipoftheday.hrc | 1 + 1 file changed, 1 insertion(+) New commits: commit 473da3a79758b061409ca6f0d8a41a0a91541842 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Tue Jul 18 03:20:24 2023 +0200 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Wed Jul 19 10:25:48 2023 +0200
tdf#127294 add tip about "Search Commands" also provided uri Change-Id: I7e757b41dfb8532b4b39f4d8a9bbf9b296c69b50 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154539 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc index 462be2acd570..a1c45dae45b6 100644 --- a/cui/inc/tipoftheday.hrc +++ b/cui/inc/tipoftheday.hrc @@ -277,6 +277,7 @@ const std::tuple<TranslateId, OUString, OUString, tipModule> TIPOFTHEDAY_STRINGA { NC_("RID_CUI_TIPOFTHEDAY", "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."), "https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/05/00000120.html", "", soffice}, { NC_("RID_CUI_TIPOFTHEDAY", "Never use certain arrow styles? Remove them by using the Delete button on the Format ▸ Text Box and Shape ▸ Line ▸ Arrow Styles tab."), "cui/ui/lineendstabpage/BTN_MODIFY", "", sdraw}, { NC_("RID_CUI_TIPOFTHEDAY", "Don’t like the position of some icons on your toolbar? Change it with Tools ▸ Customize ▸ Toolbars tab ▸ Target."), "CUI_HID_SVX_CONFIG_TOOLBAR", "", soffice}, + { NC_("RID_CUI_TIPOFTHEDAY", "Can’t find a command in the menus? Try Shift+ESC."), ".uno:CommandPopup", "", soffice}, }; #define STR_HELP_LINK NC_("STR_HELP_LINK", "%PRODUCTNAME Help")