Hello all,

I found this while translating.
Could someone please review it?

Also, if this patch could be pushed in -3-5 branch as well?
I've found the wiki page [1] says hard string freeze is next week.
So, it would be good if it could be pushed.

[1] http://wiki.documentfoundation.org/ReleasePlan/3.5

Best Regards,
-- 
Korrawit Pruegsanusak
From 805bdb320838cd42e3802380c8da3ecfb31ff54a Mon Sep 17 00:00:00 2001
From: Korrawit Pruegsanusak <detective.conan.1...@gmail.com>
Date: Sat, 31 Dec 2011 16:19:23 +0700
Subject: [PATCH] Correct ARCCOSH()'s parameter description

---
 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 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 #*=-
-- 
1.7.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to