commit 1bc7548a66d421414c128504e0347d9ac0cfd5d1
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Jul 12 11:43:13 2025 +0200

    Amend f2af58c5b329
---
 src/TextClass.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TextClass.cpp b/src/TextClass.cpp
index 134eae75a6..1fe0d1a8ae 100644
--- a/src/TextClass.cpp
+++ b/src/TextClass.cpp
@@ -359,7 +359,7 @@ bool TextClass::read(FileName const & filename, ReadType rt)
 
        if (retval == FORMAT_UNKNOWN) {
                docstring const msg =
-                       bformat(_("The layout file %1$s has a version unkown to 
LyX and could thus not be converted.\n"),
+                       bformat(_("The layout file %1$s has a version unknown 
to LyX and could thus not be converted."),
                                from_utf8(filename.absFileName()));
                frontend::Alert::warning(_("Layout Conversion Error"), msg);
                return false;
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to