include/sfx2/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit db44efc51f821bc0dfb777008c831754877a7f44 Author: Mike Saunders <[email protected]> AuthorDate: Thu Dec 5 12:05:59 2024 +0100 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Dec 5 21:02:22 2024 +0100 Change infobar donate message after discussions in Marketing Telegram group. Change-Id: Ib0ab77fafde0a7a5abc719a7eec9ef32615f15c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177853 Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> (cherry picked from commit 0e88a69ff0e23b85b19e9566a7daba120796ad4f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177900 diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index d44b05bd2049..dac3a61d6bb9 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -259,7 +259,7 @@ #define STR_NONCHECKEDOUT_DOCUMENT NC_("STR_NONCHECKEDOUT_DOCUMENT", "This document is not checked out on the server.") #define STR_GET_INVOLVED_TEXT NC_("STR_GET_INVOLVED_TEXT", "Help us make %PRODUCTNAME even better!") #define STR_GET_INVOLVED_BUTTON NC_("STR_GET_INVOLVED_BUTTON", "Get involved") -#define STR_DONATE_TEXT NC_("STR_DONATE_TEXT", "Your donations support our worldwide community.") +#define STR_DONATE_TEXT NC_("STR_DONATE_TEXT", "Support the development of %PRODUCTNAME.") // Translators: text will be abbreviated at >8 characters, eg. "Please D..." #define STR_DONATE_BUTTON NC_("STR_DONATE_BUTTON", "Donate") #define STR_WHATSNEW_TEXT NC_("STR_WHATSNEW", "You are running version %PRODUCTVERSION of %PRODUCTNAME for the first time. Do you want to learn what's new?")
