From 88ff1686bc1660968c15ecb00d28cde9f5d91409 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 21 Nov 2019 17:13:47 +0100 Subject: [PATCH] typo --- src/insets/InsetGraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp index 5932e89ff0..2a291aafeb 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -902,7 +902,7 @@ void InsetGraphics::latex(otexstream & os, 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 file path"), + frontend::Alert::warning(_("Uncodable character in file path"), bformat(_("The following characters in one of the graphic paths are\n" "not representable in the current encoding and have been omitted: %1$s.\n" "You need to adapt either the encoding or the path."), -- 2.39.2