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 /sw/source | |
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 'sw/source')
-rw-r--r-- | sw/source/core/access/AccessibilityIssue.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtw8sty.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/langhelper.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/access/AccessibilityIssue.cxx b/sw/source/core/access/AccessibilityIssue.cxx index 075fa15ceb51..fe7d409091ca 100644 --- a/sw/source/core/access/AccessibilityIssue.cxx +++ b/sw/source/core/access/AccessibilityIssue.cxx @@ -360,7 +360,7 @@ void AccessibilityIssue::quickFixIssue() const if (m_sObjectID.isEmpty()) { - // open the dialog "Tools/Options/Language Settings - Language" + // open the dialog "Tools/Options/Languages and Locales - General" uno::Sequence<beans::PropertyValue> aArgs{ comphelper::makePropertyValue( "Language", OUString("*")) }; diff --git a/sw/source/filter/ww8/wrtw8sty.cxx b/sw/source/filter/ww8/wrtw8sty.cxx index cf62d9ded167..73ce9bc8434f 100644 --- a/sw/source/filter/ww8/wrtw8sty.cxx +++ b/sw/source/filter/ww8/wrtw8sty.cxx @@ -387,7 +387,7 @@ void MSWordStyles::BuildWwNames() // We want to map LO's default style to Word's "Normal" style. // Word looks for this specific style name when reading docx files. - // (It must be the English word regardless of language settings) + // (It must be the English word regardless of languages and locales) assert(!m_aStyles.empty()); assert(!m_aStyles[0].format || m_aStyles[0].ww_id == ww::stiNormal); m_aStyles[0].ww_name = "Normal"; diff --git a/sw/source/uibase/shells/langhelper.cxx b/sw/source/uibase/shells/langhelper.cxx index 446cd55e4c34..453e0c1d93aa 100644 --- a/sw/source/uibase/shells/langhelper.cxx +++ b/sw/source/uibase/shells/langhelper.cxx @@ -111,7 +111,7 @@ namespace SwLangHelper if (aNewLangText == "*" ) { - // open the dialog "Tools/Options/Language Settings - Language" + // open the dialog "Tools/Options/Languages and Locales - General" SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create(); ScopedVclPtr<VclAbstractDialog> pDlg(pFact->CreateVclDialog( rView.GetFrameWeld(), SID_LANGUAGE_OPTIONS )); pDlg->Execute(); diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 746e47dd8668..2bf6c670e489 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -847,7 +847,7 @@ void SwTextShell::Execute(SfxRequest &rReq) if (aNewLangText == "*") { - // open the dialog "Tools/Options/Language Settings - Language" + // open the dialog "Tools/Options/Languages and Locales - General" // to set the documents default language SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create(); ScopedVclPtr<VclAbstractDialog> pDlg(pFact->CreateVclDialog(GetView().GetFrameWeld(), SID_LANGUAGE_OPTIONS)); |