vcl/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 11ecd11abab2a5f9e4779b36ca14420c644f923b Author: Heiko Tietze <tietze.he...@gmail.com> AuthorDate: Tue Mar 4 08:25:34 2025 +0100 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Tue Mar 4 10:15:57 2025 +0100 Resolves tdf#165517 - Rename Preferences to Settings on macOS Change-Id: I89926ce1021876038315b27f3b1d4e3c2db1b4ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182450 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/vcl/inc/strings.hrc b/vcl/inc/strings.hrc index c4f173fc0f40..76bb4886effc 100644 --- a/vcl/inc/strings.hrc +++ b/vcl/inc/strings.hrc @@ -64,7 +64,7 @@ #define SV_STDTEXT_SERVICENOTAVAILABLE NC_("SV_STDTEXT_SERVICENOTAVAILABLE", "The component (%s) could not be loaded. Please start setup with the repair option.") #define SV_STDTEXT_ABOUT NC_("SV_STDTEXT_ABOUT", "About %PRODUCTNAME") -#define SV_STDTEXT_PREFERENCES NC_("SV_STDTEXT_PREFERENCES", "Preferences...") +#define SV_STDTEXT_PREFERENCES NC_("SV_STDTEXT_PREFERENCES", "Settings...") #define SV_STDTEXT_ALLFILETYPES NC_("SV_STDTEXT_ALLFILETYPES", "Any type") #define SV_ACCESSERROR_NO_FONTS NC_("SV_ACCESSERROR_NO_FONTS", "No fonts could be found on the system.")