diff options
author | t-aswath <aswatht.cse2022@citchennai.net> | 2023-11-11 14:19:08 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-11-18 16:01:33 +0100 |
commit | 0264999bb3746a9c68938edd1a6fc05a8e40b406 (patch) | |
tree | c6c9dddebf7f37480add6b54163704f1cd7b71ed /svx/inc | |
parent | bdf99cc80da2bef5a1dceaec742bca69363dbea0 (diff) |
tdf#157716 - Rename "Language settings" to "Languages and Locales"
Change-Id: Idd31b18c87998b03d884e7aa17197c459241abf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159315
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svxerr.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svxerr.hrc b/svx/inc/svxerr.hrc index eab36d8c6570..d968a5b7479a 100644 --- a/svx/inc/svxerr.hrc +++ b/svx/inc/svxerr.hrc @@ -46,7 +46,7 @@ const ErrMsgCode RID_SVXERRCTX[] = // Error-Code ------------------------------------------------------------ const ErrMsgCode RID_SVXERRCODE[] = { - { NC_("RID_SVXERRCODE", "$(ARG1) is not supported by the spellcheck function or is not presently active.\nPlease check your installation and, if necessary, install the required language module\nor activate it under 'Tools - Options - Language Settings - Writing Aids'."), + { NC_("RID_SVXERRCODE", "$(ARG1) is not supported by the spellcheck function or is not presently active.\nPlease check your installation and, if necessary, install the required language module\nor activate it under 'Tools - Options - Languages and Locales - Writing Aids'."), ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS }, { NC_("RID_SVXERRCODE", "Spellcheck is not available.") , ERRCODE_SVX_LINGU_LINGUNOTEXISTS }, |