summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-18 15:57:02 +0200
committerEike Rathke <erack@redhat.com>2019-11-04 13:11:00 +0100
commitda322c86857c4a6bfb2149a9aae056da01cb5879 (patch)
tree82a81fcc949f66b948e82bea84568e2e2eee23a3 /sc/inc
parent0c7e0729aa8c8eadac3b8f0885556839b1e78ad5 (diff)
Fix typo in code
To complete: https://gerrit.libreoffice.org/#/c/76037 Change-Id: I4d804c4ca6f011e8a322c2d7cccb308676bfb5d2 Reviewed-on: https://gerrit.libreoffice.org/76207 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/scfuncs.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index 836ceb418d72..5bcbb648e0dc 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -4036,7 +4036,7 @@ const char* SC_OPCODE_COLOR_ARY[] =
const char* SC_OPCODE_WEBSERVICE_ARY[] =
{
- NC_("SC_OPCODE_WEBSERVICE", "Get some webcontent from a URI."),
+ NC_("SC_OPCODE_WEBSERVICE", "Get some web-content from a URI."),
NC_("SC_OPCODE_WEBSERVICE", "URI"),
NC_("SC_OPCODE_WEBSERVICE", "URI of the webservice")
};