cui/inc/tipoftheday.hrc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 93d0c905fea61b689a984001d729f4fdc989b52a
Author: Seth Chaiklin <[email protected]>
AuthorDate: Wed Apr 27 12:37:13 2022 +0100
Commit: Seth Chaiklin <[email protected]>
CommitDate: Sun May 8 08:53:54 2022 +0200
tdf#127294 add new ToD about deleting arrow styles
Change-Id: I5e6c3878f2c73f7136baf9a1cfaa6ac8aa1030d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133479
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <[email protected]>
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 6bf0e2bb8d0c..5bcdde749818 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -272,6 +272,7 @@ const std::tuple<TranslateId, OUString, OUString>
TIPOFTHEDAY_STRINGARRAY[] =
{ NC_("RID_CUI_TIPOFTHEDAY", "New versions of %PRODUCTNAME provide new
features, bug fixes, and security patches. Keep your software updated!"),
"SFX2_HID_DLG_CHECKFORONLINEUPDATE", ""},
{ 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", ""},
};
#define STR_HELP_LINK NC_("STR_HELP_LINK", "%PRODUCTNAME
Help")