]> git.lyx.org Git - features.git/commitdiff
Add hint to warning.
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 21 May 2019 11:26:57 +0000 (13:26 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 26 Mar 2020 06:52:37 +0000 (07:52 +0100)
(cherry picked from commit 957e8669c74b45542606d8271ef49d592a3704f1)

src/insets/InsetCommandParams.cpp

index 64725caea0d7f7b1814f8c6ffe51773a84d50312..09a76a1b6e8a270dc1908fd0e20d95e4b10a187e 100644 (file)
@@ -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));
                }
        }