summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-05-25 14:57:17 +0200
committerSeth Chaiklin <sdc.blanco@youmail.dk>2022-05-27 13:55:00 +0200
commit74de217a52a15588e3fdf4059d62a384777c66db (patch)
tree97fa6e4181b81547d63dacf6d7689985825f7c26
parent0f70f4d76b5f68e5b1d81f0e300435ccef893c9a (diff)
tdf#127294 (related: tdf#147524) add ToD about Customize toolbars
Inspired by tdf#147524 Includes link to relevant help page Change-Id: Idb2b3da4839a61a5f713400b378babb0c765fb4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134904 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Jenkins
-rw-r--r--cui/inc/tipoftheday.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 7f9c7fc858df..7f3213b8c1a0 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -273,6 +273,7 @@ const std::tuple<TranslateId, OUString, OUString> TIPOFTHEDAY_STRINGARRAY[] =
{ NC_("RID_CUI_TIPOFTHEDAY", "Developing new XSLT and XML filters?"), "https://fridrich.blogspot.com/2013/08/extending-swiss-army-knife-overview.html", ""},
{ 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", ""},
{ 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", ""},
+ { 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", ""},
};
#define STR_HELP_LINK NC_("STR_HELP_LINK", "%PRODUCTNAME Help")