summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2023-01-04 21:14:03 +0100
committerEike Rathke <erack@redhat.com>2023-01-04 23:13:52 +0000
commit8343376c10eef50a022f600e0bd03f1384e9a288 (patch)
tree4a9428af4a497c4007915406c08acc303275329d
parent8d65f85fe61778ebc5ec82eba19990c502a0066e (diff)
Related: tdf#152781 s/lang-tag of/generated/ in SAL_WARN
Only cosmetical to clarify, if possible a complete UI name is generated, not just the language tag as before. Change-Id: Id38e397793807762c2698948c325e6eeda989cc0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145048 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
-rw-r--r--svtools/source/misc/langtab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/langtab.cxx b/svtools/source/misc/langtab.cxx
index 18099a828f27..0341e54949cc 100644
--- a/svtools/source/misc/langtab.cxx
+++ b/svtools/source/misc/langtab.cxx
@@ -240,7 +240,7 @@ OUString SvtLanguageTableImpl::GetString( const LanguageType eType ) const
OUString sLangTag( lcl_getDescription( LanguageTag(nLang)));
SAL_WARN("svtools.misc", "Language: 0x"
<< std::hex << nLang
- << " with unknown name, so returning lang-tag of: "
+ << " with unknown name, so returning generated: "
<< sLangTag);
// And add it to the table if it is an on-the-fly-id, which it usually is,