From 6acc37e936c2023af612b812524fa5b4a56d6895 Mon Sep 17 00:00:00 2001 From: Bogdan Buzea Date: Sun, 24 Mar 2024 15:41:00 +0100 Subject: [PATCH] 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 Reviewed-by: Ilmari Lauhakangas --- cui/inc/tipoftheday.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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