From 309209e3197beea1a5c912bebfba1f533daa3ad2 Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Wed, 23 Nov 2016 21:46:06 +0100 Subject: [PATCH] Fix missing space in string from [244de5d2/lyxgit]. --- src/Converter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Converter.cpp b/src/Converter.cpp index a2e5e9be49..112175bff9 100644 --- a/src/Converter.cpp +++ b/src/Converter.cpp @@ -285,7 +285,7 @@ bool Converters::checkAuth(Converter const & conv, string const & doc_fname) if (lyxrc.use_converter_needauth_forbidden) { frontend::Alert::warning( _("Potentially harmful external converters disabled"), - _("Requested operation needs use of a potentially harmful external converter program," + _("Requested operation needs use of a potentially harmful external converter program, " "which is forbidden by default.\nThese converters are tagged by the 'needauth' option. " "In order to unlock execution of these converters,\nplease, go to " "Preferences->File Handling->Converters and uncheck "