[LyX/master] typo

Pavel Sanda sanda at lyx.org
Thu Nov 21 15:58:44 UTC 2019


commit 88ff1686bc1660968c15ecb00d28cde9f5d91409
Author: Pavel Sanda <sanda at lyx.org>
Date:   Thu Nov 21 17:13:47 2019 +0100

    typo
---
 src/insets/InsetGraphics.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp
index 5932e89..2a291aa 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."),


More information about the lyx-cvs mailing list