cui/inc/tipoftheday.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6acc37e936c2023af612b812524fa5b4a56d6895 Author: Bogdan Buzea <[email protected]> AuthorDate: Sun Mar 24 15:41:00 2024 +0100 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Mon Mar 25 08:20:39 2024 +0100 tdf#154331 Improve tip of the day Change-Id: Ibebbc9b254d1bc8c45e20efc634d77ec0b708569 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165235 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc index ed4b7b72eb3d..559211da3986 100644 --- a/cui/inc/tipoftheday.hrc +++ b/cui/inc/tipoftheday.hrc @@ -101,7 +101,7 @@ const std::tuple<TranslateId, OUString, OUString, tipModule> TIPOFTHEDAY_STRINGA { NC_("RID_CUI_TIPOFTHEDAY", "Hold down %MOD1 and turn the mouse wheel to change the zoom factor."), "", "", soffice}, { NC_("RID_CUI_TIPOFTHEDAY", "%PRODUCTNAME has great extensions to increase your productivity—check them out."), "https://extensions.libreoffice.org", "", soffice}, { NC_("RID_CUI_TIPOFTHEDAY", "Want to count words for just one particular paragraph style? Use Edit ▸ Find and Replace, click Paragraph Styles, select the style in Find, and click Find All. Read the result in the status bar."), "", "", swriter}, - { NC_("RID_CUI_TIPOFTHEDAY", "Generate fully customized PDF documents with the exact format, image compression, comments, access rights, password, etc., via File ▸ Export as PDF."), "", "", soffice}, + { NC_("RID_CUI_TIPOFTHEDAY", "Generate fully customized PDF documents with the exact format, image compression, comments, access rights, password, etc., you specify via File ▸ Export as PDF."), "", "", soffice}, #if ENABLE_LIBRELOGO { NC_("RID_CUI_TIPOFTHEDAY", "Writer includes LibreLogo: simple Logo-like programming environment with turtle vector graphics, DTP and graphic design."), "https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/librelogo/LibreLogo.html", "", swriter}, //local help missing #endif
