[Libreoffice-commits] core.git: cui/inc

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 21 11:13:37 UTC 2020


 cui/inc/tipoftheday.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8fc7eb129c09fa84664a8350cc2332db770d1d20
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Fri Feb 21 00:21:53 2020 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Fri Feb 21 12:13:00 2020 +0100

    tdf#130598  improve a tip-of-the-day
    
      - tip about updating software
      - also added link to relevant help page
    
    Change-Id: I44ce2a17de311aa31a7b525510dcb8525cbf3dbe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89131
    Tested-by: Jenkins
    Tested-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 3c77cd73307d..2d4c59a74b4a 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -265,7 +265,7 @@ const std::tuple<const char*, OUString, OUString> TIPOFTHEDAY_STRINGARRAY[] =
      { NC_("RID_CUI_TIPOFTHEDAY", "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."), "", "tipoftheday_c.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."), "", "tipoftheday_c.png"},
      { NC_("RID_CUI_TIPOFTHEDAY", "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."), "", ""},
-     { NC_("RID_CUI_TIPOFTHEDAY", "New versions of %PRODUCTNAME do not only bring new features and bug fixes. They also include security patches. Stay safe, and keep yourself updated!"), "", ""},
+     { 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?"), "http://fridrich.blogspot.com.tr/2013/08/extending-swiss-army-knife-overview.html", ""},
 };
 


More information about the Libreoffice-commits mailing list