]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.C
Move #includes out of header files.
[lyx.git] / src / buffer.C
index 9b96f7ac7293df6efbf058cb5b4ff423425f22c6..39528ce6b2052257d4a9b3cc64d6666b015ee8d2 100644 (file)
@@ -511,9 +511,9 @@ bool Buffer::readFile(LyXLex & lex, string const & filename,
 
        if (file_format > LYX_FORMAT) {
                Alert::warning(_("Document format failure"),
-                              bformat(_("%1$swas created with a newer version"
-                                        " of LyX. This is likely to cause"
-                                        " problems."),
+                              bformat(_("%1$s was created with a newer"
+                                        " version of LyX. This is likely to"
+                                        " cause problems."),
                                         filename));
        } else if (file_format < LYX_FORMAT) {
                string const tmpfile = tempName();