commit ae16abf57abb4b504cff81747d64e5ccb95fd13b
Author: Pavel Sanda <[email protected]>
Date: Thu Nov 21 17:11:09 2019 +0100
Reduce number of strings (the same one in buffer).
---
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 2d4ef86..5932e89 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."),
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs