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

Eike Rathke erack at redhat.com
Thu Oct 8 07:33:44 PDT 2015


 scaddins/source/analysis/analysis.src |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f6d47888585bb9908f9325385528a82de1616759
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Oct 8 16:31:51 2015 +0200

    Number(s) makes no sense for one parameter, use Number instead
    
    Change-Id: Iaf15e4a2b7d29dbdecafcc8089d96c0d6bee6d35

diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src
index c850496..1febe75 100644
--- a/scaddins/source/analysis/analysis.src
+++ b/scaddins/source/analysis/analysis.src
@@ -264,7 +264,7 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
 
         String 2 // name of parameter 1         Multinomial
         {
-            Text [ en-US ] = "Number(s)";
+            Text [ en-US ] = "Number";
         };
 
         String 3 // description of parameter 1  Multinomial
@@ -432,7 +432,7 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
 
         String 2 // name of parameter 1         Gcd_Excel2003
         {
-            Text [ en-US ] = "Number(s)";
+            Text [ en-US ] = "Number";
         };
 
         String 3 // description of parameter 1  Gcd_Excel2003
@@ -450,7 +450,7 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
 
         String 2 // name of parameter 1         Lcm_Excel2003
         {
-            Text [ en-US ] = "Number(s)";
+            Text [ en-US ] = "Number";
         };
 
         String 3 // description of parameter 1  Lcm_Excel2003


More information about the Libreoffice-commits mailing list