summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"),