summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-06-12 20:17:42 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-17 14:32:17 +0200
commite3bbc87b461f494536778033585852204fe3ec97 (patch)
treea65c69d8d447fd0d79901ab6a4bcbe57fb620758
parentc37b27af9195d4c5861676a3d5d5173e3476d3bc (diff)
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@ubuntu.com>
-rw-r--r--sc/inc/scfuncs.hrc4
1 files changed, 2 insertions, 2 deletions
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"),