From 5784ba5ffed88c4fa5da0ac6d06fd2e70a8456c1 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Sat, 21 May 2016 12:39:16 +0200 Subject: correct description of the SWITCH function Change-Id: I5180efcf5930c60c5340e195069cbffa2b459fc1 Reviewed-on: https://gerrit.libreoffice.org/25255 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- sc/source/ui/src/scfuncs.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 287f17c67ce1..cec7ee3cf9e3 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -11628,7 +11628,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 { String 1 // Description { - Text [ en-US ] = "Checks 1 or more conditions and returns a value corresponding to the first true condition." ; + Text [ en-US ] = "Checks 1 or more values and returns a result corresponding to the first value equal to the given expression." ; }; ExtraData = { -- cgit