sc/inc/scfuncs.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit da322c86857c4a6bfb2149a9aae056da01cb5879 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Aug 18 15:57:02 2019 +0200 Commit: Eike Rathke <[email protected]> CommitDate: Mon Nov 4 13:11:00 2019 +0100 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 <[email protected]> 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") }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
