From 4251a294d02ab5ae1c136b7bd90ba5c69bf8cce5 Mon Sep 17 00:00:00 2001 From: Kevin Suo Date: Sun, 26 Dec 2021 21:43:58 +0800 Subject: 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 --- source/text/scalc/05/02140000.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/scalc/05') 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 @@ 524
#REF!
-invalid references (instead of Err:524 cell displays #REF!) +Not a valid reference (instead of Err:524 cell displays #REF!) -- cgit