diff options
author | Zdeněk Crhonek <zcrhonek@gmail.com> | 2018-06-07 12:25:28 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-06-09 08:31:03 +0200 |
commit | 081d7b92ce503fa77043332728d056af7ead1604 (patch) | |
tree | b2923c466cc7d7351ca0640d3c329c1ec186aea8 /sc/inc/strings.hrc | |
parent | cbe3ae1894800a5fddbd598403be54f9495cc964 (diff) |
delete space in string in Calc-Statistics-Descriptive Statistics
Change-Id: Ib3a40744a08befc09c6ae37a75ab38a4c7f2334d
Reviewed-on: https://gerrit.libreoffice.org/55494
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sc/inc/strings.hrc')
-rw-r--r-- | sc/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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))") |