From 3ad633163b89469f78e8a6e91df05d11d54c51d2 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 21 Nov 2019 17:11:09 +0100 Subject: [PATCH] Reduce number of strings (the same one in buffer). --- 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 2d4ef866fe..5932e89ff0 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 path"), + frontend::Alert::warning(_("Uncodable characters 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.5