From: Juergen Spitzmueller Date: Tue, 21 May 2019 11:26:57 +0000 (+0200) Subject: Add hint to warning. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=614760c239ccd2b6888a6453d19d961e5e0e5c22;p=features.git Add hint to warning. --- diff --git a/src/insets/InsetCommandParams.cpp b/src/insets/InsetCommandParams.cpp index 17a75d6d89..e22db99595 100644 --- a/src/insets/InsetCommandParams.cpp +++ b/src/insets/InsetCommandParams.cpp @@ -521,7 +521,8 @@ docstring InsetCommandParams::prepareCommand(OutputParams const & runparams, // FIXME: should be passed to the error dialog frontend::Alert::warning(_("Uncodable characters in inset"), bformat(_("The following characters in one of the insets are\n" - "not representable in the current encoding and have been omitted:\n%1$s."), + "not representable in the current encoding and have been omitted: %1$s.\n" + "Unchecking 'Literal' in the respective inset dialog might help."), uncodable)); } }