summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-12-31 16:19:23 +0700
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-01-03 17:49:27 +0400
commit321d449a07740ab82680e7502817d4035f380744 (patch)
treefca41461b23ef436097d3b509ff3260150746dfd
parentb90236d3a516d8b7236ffc10a4ae5b26ac127a53 (diff)
Correct ARCCOSH()'s parameter description
-rw-r--r--sc/source/ui/src/scfuncs.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 44584090e7e2..1363edb456d7 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 #*=-