From 76e71c5fddd420d29d48c5a53075ec66fd96a140 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 21 May 2019 13:26:57 +0200 Subject: [PATCH] Add hint to warning. (cherry picked from commit 957e8669c74b45542606d8271ef49d592a3704f1) --- src/insets/InsetCommandParams.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/insets/InsetCommandParams.cpp b/src/insets/InsetCommandParams.cpp index 64725caea0..09a76a1b6e 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)); } } -- 2.39.5