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:35:57 +0200
commitbbdf8fd867bab762fed8af6fc18c505c46801b91 (patch)
treed6a828d6a3980b574a3e63831a91a5e276b5ba8f
parentd8f62ed88edf7e1a57aee789c243ad143f329e37 (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> (cherry picked from commit e3bbc87b461f494536778033585852204fe3ec97) Reviewed-on: https://gerrit.libreoffice.org/55946 Tested-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"),