summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authort-aswath <aswatht.cse2022@citchennai.net>2023-11-11 14:19:08 +0530
committerEike Rathke <erack@redhat.com>2023-11-18 16:01:33 +0100
commit0264999bb3746a9c68938edd1a6fc05a8e40b406 (patch)
treec6c9dddebf7f37480add6b54163704f1cd7b71ed /sd
parentbdf99cc80da2bef5a1dceaec742bca69363dbea0 (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 'sd')
-rw-r--r--sd/source/ui/docshell/docshel3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx
index abc9dc9fb67e..f310ddcfc676 100644
--- a/sd/source/ui/docshell/docshel3.cxx
+++ b/sd/source/ui/docshell/docshel3.cxx
@@ -279,7 +279,7 @@ void DrawDocShell::Execute( SfxRequest& rReq )
if (aNewLangTxt == "*" )
{
- // open the dialog "Tools/Options/Language Settings - Language"
+ // open the dialog "Tools/Options/Languages and Locales - General"
if (mpViewShell)
{
SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();