[Libreoffice-commits] core.git: sc/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 4 12:11:46 UTC 2019


 sc/inc/scfuncs.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da322c86857c4a6bfb2149a9aae056da01cb5879
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 18 15:57:02 2019 +0200
Commit:     Eike Rathke <erack at redhat.com>
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 <erack at redhat.com>

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")
 };


More information about the Libreoffice-commits mailing list