Fix string: no exclamation mark, add article

Exclamation marks should not be used according the guidelines.
remotes/origin/Applications/17.12
Luigi Toscano 9 years ago
parent ec795473fa
commit e93cb78992
  1. 2
      generators/markdown/converter.cpp

@ -57,7 +57,7 @@ QTextDocument* Converter::convert( const QString &fileName )
MMIOT *markdownHandle = mkd_in( markdownFile, 0 );
if ( !mkd_compile( markdownHandle, MKD_FENCEDCODE | MKD_GITHUBTAGS | MKD_AUTOLINK ) ) {
emit error( i18n( "Failed to compile markdown document!" ), -1 );
emit error( i18n( "Failed to compile the Markdown document." ), -1 );
return 0;
}

Loading…
Cancel
Save