commit f664498ba75783698892680c76a063b9ae5a0100
Author: Pavel Sanda <sa...@lyx.org>
Date:   Thu Apr 13 21:36:17 2023 +0200

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

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 0552ef9..b206c4e 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -4466,7 +4466,7 @@ Buffer::ExportStatus Buffer::doExport(string const & 
target, bool put_in_tempdir
                                                      
translateIfPossible(theFormats().prettyName(format)));
                                if (format == "pdf4")
                                        s += "\n"
-                                         + bformat(_("Hint: use non-TeX fonts 
or set input encoding "
+                                         + bformat(_("Hint: use non-TeX fonts 
or set input encoding"
                                                  " to '%1$s'"), 
from_utf8(encodings.fromLyXName("ascii")->guiName()));
                                Alert::error(_("Couldn't export file"), s);
                        }
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to