svx/inc/fmstring.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2bcd870fc526048e7968c16b6411d596ef724faa Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Wed Sep 11 10:31:43 2024 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Sep 12 08:46:20 2024 +0200 tdf#161007: Report Builder Wizard fails See https://bugs.documentfoundation.org/show_bug.cgi?id=161007#c7 Change-Id: Ide92b70f9006e229b59fab0c3eacfb37e0625ae6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173186 Reviewed-by: Henry Castro <hcas...@collabora.com> Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> (cherry picked from commit a42270bb4d56a538333aa317cb6425a95c37bb8c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173171 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/svx/inc/fmstring.hrc b/svx/inc/fmstring.hrc index d630f354b879..4b0c7005f3f0 100644 --- a/svx/inc/fmstring.hrc +++ b/svx/inc/fmstring.hrc @@ -35,7 +35,7 @@ const TranslateId RID_RSC_SQL_INTERNATIONAL[] = NC_("RID_RSC_SQL_INTERNATIONAL", "BETWEEN"), NC_("RID_RSC_SQL_INTERNATIONAL", "OR"), NC_("RID_RSC_SQL_INTERNATIONAL", "AND"), - NC_("RID_RSC_SQL_INTERNATIONAL", "Average"), + NC_("RID_RSC_SQL_INTERNATIONAL", "AVG"), NC_("RID_RSC_SQL_INTERNATIONAL", "Count"), NC_("RID_RSC_SQL_INTERNATIONAL", "Maximum"), NC_("RID_RSC_SQL_INTERNATIONAL", "Minimum"),