diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-05-21 12:39:16 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-05-26 16:02:52 +0000 |
commit | 5784ba5ffed88c4fa5da0ac6d06fd2e70a8456c1 (patch) | |
tree | 02ebbe61addbef8433cfbed0feb1feafd49cb578 /sc | |
parent | 73770a3722de42034f5d4cd35f29d6b92856fea4 (diff) |
correct description of the SWITCH function
Change-Id: I5180efcf5930c60c5340e195069cbffa2b459fc1
Reviewed-on: https://gerrit.libreoffice.org/25255
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |