diff options
author | Matthias Seidel <mseidel@apache.org> | 2017-04-22 13:26:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-08-26 11:41:14 +0200 |
commit | 3c49b28ffa7ab062726e5e600312d9164224404e (patch) | |
tree | 1b43683ec89f852edcdc639bc963b6b2f285bb07 /svx | |
parent | 8ced5266f277734f9b7a48db6408056892d38ac4 (diff) |
Fixed typos (whitespace)
(cherry picked from commit cda9ee31f7f1913660c6dce17192076ddf52c4a9)
Change-Id: Ib948200084ae341c2f3f6d201aeeb9f84703623c
Reviewed-on: https://gerrit.libreoffice.org/41579
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svxerr.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |