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

Matthias Seidel mseidel at apache.org
Sat Aug 26 09:44:26 UTC 2017


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

New commits:
commit 3c49b28ffa7ab062726e5e600312d9164224404e
Author: Matthias Seidel <mseidel at apache.org>
Date:   Sat Apr 22 13:26:38 2017 +0000

    Fixed typos (whitespace)
    
    (cherry picked from commit cda9ee31f7f1913660c6dce17192076ddf52c4a9)
    
    Change-Id: Ib948200084ae341c2f3f6d201aeeb9f84703623c
    Reviewed-on: https://gerrit.libreoffice.org/41579
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/inc/svxerr.hrc b/svx/inc/svxerr.hrc
index cd43053542e0..9daf310c5c7d 100644
--- a/svx/inc/svxerr.hrc
+++ b/svx/inc/svxerr.hrc
@@ -50,7 +50,7 @@ const ErrMsgCode RID_SVXERRCODE[] =
 {
     { NC_("RID_SVXERRCODE", "No thesaurus available for the current language.\nPlease check your installation and install the desired language.") ,
       ERRCODE_SVX_LINGU_THESAURUSNOTEXISTS },
-    { NC_("RID_SVXERRCODE", "$(ARG1) is not supported by the spellcheck function or is not presently active.\nPlease check your installation and, if necessary, install the required language module\n or activate it under 'Tools - Options -  Language Settings - Writing Aids'."),
+    { NC_("RID_SVXERRCODE", "$(ARG1) is not supported by the spellcheck function or is not presently active.\nPlease check your installation and, if necessary, install the required language module\nor activate it under 'Tools - Options - Language Settings - Writing Aids'."),
       ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS },
     { NC_("RID_SVXERRCODE", "Spellcheck is not available.") ,
       ERRCODE_SVX_LINGU_LINGUNOTEXISTS },


More information about the Libreoffice-commits mailing list