diff --git a/src/Converter.cpp b/src/Converter.cpp index ead36182cb..3c04d3fa7a 100644 --- a/src/Converter.cpp +++ b/src/Converter.cpp @@ -293,10 +293,10 @@ bool Converters::checkAuth(Converter const & conv, string const & doc_fname) from_utf8(conv.command()), from_utf8(conv.from()), from_utf8(conv.to())); if (lyxrc.use_converter_needauth_forbidden) { - frontend::Alert::warning( + frontend::Alert::error( _("An external converter is disabled for security reasons"), security_warning + _( - "

Your current settings forbid its execution.

" + "

Your current preference settings forbid its execution.

" "

(To change this setting, go to Preferences ▹ File " "Handling ▹ Converters and uncheck Security ▹ " "Forbid needauth converters.)"), false);