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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Thu Aug 6 13:43:48 PDT 2015


 sc/source/ui/src/scfuncs.src |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3f6259b28d1dadd8940decb6cc7a9a34dc718ee6
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Thu Aug 6 22:41:48 2015 +0200

    typo "(1 alpha)" → "(1-alpha)" confidence interval
    
    Change-Id: Idad2cf21bc6e64797a3662f5204f8d77289ce940

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 8a8e4fc..39018e9 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -9261,7 +9261,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
     {
         String 1 // Description
         {
-            Text [ en-US ] = "Returns a (1 alpha) confidence interval for a normal distribution." ;
+            Text [ en-US ] = "Returns a (1-alpha) confidence interval for a normal distribution." ;
         };
         ExtraData =
         {
@@ -9301,7 +9301,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
     {
         String 1 // Description
         {
-            Text [ en-US ] = "Returns a (1 alpha) confidence interval for a normal distribution." ;
+            Text [ en-US ] = "Returns a (1-alpha) confidence interval for a normal distribution." ;
         };
         ExtraData =
         {
@@ -9341,7 +9341,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
     {
         String 1 // Description
         {
-            Text [ en-US ] = "Returns a (1 alpha) confidence interval for a Student's t distribution." ;
+            Text [ en-US ] = "Returns a (1-alpha) confidence interval for a Student's t distribution." ;
         };
         ExtraData =
         {


More information about the Libreoffice-commits mailing list