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

src/insets/InsetCommandParams.cpp

index 02a583f1ce6187b711950db40487cff2d6c905de..64725caea0d7f7b1814f8c6ffe51773a84d50312 100644 (file)
@@ -519,8 +519,8 @@ docstring InsetCommandParams::prepareCommand(OutputParams const & runparams,
                if (!uncodable.empty() && !runparams.silent) {
                        // issue a warning about omitted characters
                        // FIXME: should be passed to the error dialog
-                       frontend::Alert::warning(_("Uncodable characters in nomenclature inset"),
-                               bformat(_("The following characters in one of the nomenclature listings are\n"
+                       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."),
                                uncodable));
                }