X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommandParams.cpp;h=17a75d6d899f56b182f1263319289e1449c3e8ed;hb=c77be6146bceab43b5bd9d1ed67ab054b3e0121e;hp=606fd10d8fb3f2803141c998cd152371ae9c212b;hpb=ebc2b1295a0464dde6c20a09ddc249c463a21c79;p=features.git diff --git a/src/insets/InsetCommandParams.cpp b/src/insets/InsetCommandParams.cpp index 606fd10d8f..17a75d6d89 100644 --- a/src/insets/InsetCommandParams.cpp +++ b/src/insets/InsetCommandParams.cpp @@ -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)); }