svx/inc/fmstring.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f8ca789be3f5f3f7948eb54cefefe8aa552e2cd3 Author: Julien Nabet <[email protected]> AuthorDate: Wed Sep 11 10:31:43 2024 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Wed Sep 11 20:50:11 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 <[email protected]> Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> (cherry picked from commit a42270bb4d56a538333aa317cb6425a95c37bb8c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173170 Reviewed-by: Xisco Fauli <[email protected]> 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"),
