[Libreoffice-commits] core.git: sc/source

Stanislav Horacek stanislav.horacek at gmail.com
Thu May 26 16:03:21 UTC 2016


 sc/source/ui/src/scfuncs.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5784ba5ffed88c4fa5da0ac6d06fd2e70a8456c1
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Sat May 21 12:39:16 2016 +0200

    correct description of the SWITCH function
    
    Change-Id: I5180efcf5930c60c5340e195069cbffa2b459fc1
    Reviewed-on: https://gerrit.libreoffice.org/25255
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 287f17c..cec7ee3 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 =
         {


More information about the Libreoffice-commits mailing list