]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:30 +0000 (15:48 +0200)
src/insets/InsetCommandParams.cpp

index 17a75d6d899f56b182f1263319289e1449c3e8ed..e22db995959860beb69ff563c9d07e0f667cd5ae 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));
                }
        }