[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Tue Jan 3 05:53:03 PST 2012


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

New commits:
commit 321d449a07740ab82680e7502817d4035f380744
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Sat Dec 31 16:19:23 2011 +0700

    Correct ARCCOSH()'s parameter description

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 4458409..1363edb 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -3121,7 +3121,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
         };
         String 3 // Description of Parameter 1
         {
-            Text [ en-US ] = "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned." ;
+            Text [ en-US ] = "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned." ;
         };
     };
      // -=*# Resource for function ARCSINHYP #*=-


More information about the Libreoffice-commits mailing list