source/text/scalc/05/02140000.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4251a294d02ab5ae1c136b7bd90ba5c69bf8cce5
Author:     Kevin Suo <suokunl...@126.com>
AuthorDate: Sun Dec 26 21:43:58 2021 +0800
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Dec 28 11:00:29 2021 +0100

    Fix the error message for sc error code 524 "Error: Not a valid reference"
    
    The error message on the UI is:
    NC_("STR_LONG_ERR_NO_REF", "Error: Not a valid reference")
    
    rather than "invalid references".
    
    Change-Id: I86c1bb0d950fd30654c82d80011164eec25da43b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127514
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/05/02140000.xhp 
b/source/text/scalc/05/02140000.xhp
index 71fc1858c..4a54582a7 100644
--- a/source/text/scalc/05/02140000.xhp
+++ b/source/text/scalc/05/02140000.xhp
@@ -301,7 +301,7 @@
            <paragraph xml-lang="en-US" id="par_id3153544" 
role="tablecontent">524<br/>#REF!</paragraph>
             </tablecell>
             <tablecell>
-<paragraph xml-lang="en-US" id="par_id3154634" role="tablecontent">invalid 
references (instead of Err:524 cell displays #REF!)</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154634" role="tablecontent">Not a valid 
reference (instead of Err:524 cell displays #REF!)</paragraph>
             </tablecell>
             <tablecell>
                <paragraph xml-lang="en-US" id="par_id3147539" 
role="tablecontent">

Reply via email to