[Libreoffice-commits] core.git: sc/inc
Zdeněk Crhonek
zcrhonek at gmail.com
Sun Jun 17 12:32:38 UTC 2018
sc/inc/scfuncs.hrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e3bbc87b461f494536778033585852204fe3ec97
Author: Zdeněk Crhonek <zcrhonek at gmail.com>
Date: Tue Jun 12 20:17:42 2018 +0200
tdf#71850 delete string "case-sensitive" in function wizzard EUROCONVERT
Change-Id: I9ab56279c748eae1e54f4cecc799db1aee2e2601
Reviewed-on: https://gerrit.libreoffice.org/55716
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index 5c750d26c7fd..c469214af76c 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -3895,9 +3895,9 @@ const char* SC_OPCODE_EUROCONVERT_ARY[] =
NC_("SC_OPCODE_EUROCONVERT", "Value"),
NC_("SC_OPCODE_EUROCONVERT", "The value to be converted."),
NC_("SC_OPCODE_EUROCONVERT", "From currency"),
- NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency from which is converted, case-sensitive."),
+ NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency from which is converted."),
NC_("SC_OPCODE_EUROCONVERT", "To currency"),
- NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency into which is converted, case-sensitive."),
+ NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency into which is converted."),
NC_("SC_OPCODE_EUROCONVERT", "Full precision"),
NC_("SC_OPCODE_EUROCONVERT", "If omitted or 0 or FALSE, the result is rounded to the decimals of To_currency. Else the result is not rounded."),
NC_("SC_OPCODE_EUROCONVERT", "Triangulation precision"),
More information about the Libreoffice-commits
mailing list