diff options
author | Kevin Suo <suokunlong@126.com> | 2021-12-26 21:43:58 +0800 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-28 11:00:29 +0100 |
commit | 4251a294d02ab5ae1c136b7bd90ba5c69bf8cce5 (patch) | |
tree | 54ba6747cc3678721256560e09ee1d1c5797d1a5 /source/text/scalc/05 | |
parent | 7b309ae9478219e6d6423b8caa94bfed7a39b0a0 (diff) |
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.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/05')
-rw-r--r-- | source/text/scalc/05/02140000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index 71fc1858c4..4a54582a7a 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"> |