sc/inc/scfuncs.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6d4e290bfd38664eebb1a394563e89a845a85078
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Mon Oct 24 15:19:22 2022 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Mon Oct 24 20:28:32 2022 +0200

    Related: tdf#140554 Function Wizard, FIXED() second parameter default is 2
    
    Change-Id: Ibf01670874f753a3b7a8ad79e46175f103a11619
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141767
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index 830f041c1536..51d317d486de 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -3748,7 +3748,7 @@ const TranslateId SC_OPCODE_FIXED_ARY[] =
     NC_("SC_OPCODE_FIXED", "Number"),
     NC_("SC_OPCODE_FIXED", "The number to be formatted."),
     NC_("SC_OPCODE_FIXED", "Decimals"),
-    NC_("SC_OPCODE_FIXED", "Decimal places. The number of fixed decimal places 
that are to be displayed."),
+    NC_("SC_OPCODE_FIXED", "Decimal places. The number of fixed decimal places 
that are to be displayed. Default 2."),
     NC_("SC_OPCODE_FIXED", "No thousands separators"),
     NC_("SC_OPCODE_FIXED", "Thousands separator. If 0 or omitted the locale 
group separator is used else the separator is suppressed.")
 };

Reply via email to