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

Zdeněk Crhonek zcrhonek at gmail.com
Sat Jun 9 06:31:30 UTC 2018


 sc/inc/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 081d7b92ce503fa77043332728d056af7ead1604
Author: Zdeněk Crhonek <zcrhonek at gmail.com>
Date:   Thu Jun 7 12:25:28 2018 +0200

    delete space in string in Calc-Statistics-Descriptive Statistics
    
    Change-Id: Ib3a40744a08befc09c6ae37a75ab38a4c7f2334d
    Reviewed-on: https://gerrit.libreoffice.org/55494
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc
index ad3a8fa583dd..470f06161690 100644
--- a/sc/inc/strings.hrc
+++ b/sc/inc/strings.hrc
@@ -252,7 +252,7 @@
 #define STRID_CALC_MAX                              NC_("STRID_CALC_MAX", "Maximum")
 #define STRID_CALC_SUM                              NC_("STRID_CALC_SUM", "Sum")
 #define STRID_CALC_COUNT                            NC_("STRID_CALC_COUNT", "Count")
-#define STRID_CALC_FIRST_QUARTILE                   NC_("STRID_CALC_FIRST_QUARTILE", "First Quartile ")
+#define STRID_CALC_FIRST_QUARTILE                   NC_("STRID_CALC_FIRST_QUARTILE", "First Quartile")
 #define STRID_CALC_THIRD_QUARTILE                   NC_("STRID_CALC_THIRD_QUARTILE", "Third Quartile")
 /* RandomNumberGeneratorDialog */
 #define STR_UNDO_DISTRIBUTION_TEMPLATE              NC_("STR_UNDO_DISTRIBUTION_TEMPLATE", "Random ($(DISTRIBUTION))")


More information about the Libreoffice-commits mailing list