]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.C
More 'standard conformant blurb' nonsense.
[lyx.git] / src / buffer_funcs.C
index 59b1cfc9e43c65ecd9c150da7bded07b9532dfae..018a0bf4bd1082e148287189516bf6d21bb43f63 100644 (file)
@@ -163,8 +163,7 @@ Buffer * newFile(string const & filename, string const & templatename,
        if (!tname.empty()) {
                if (!b->readFile(tname)) {
                        string const file = MakeDisplayPath(tname, 50);
-                       string const text  = bformat(_("The specified document template\n%1$s\n"
-                               "could not be read."), file);
+                       string const text  = bformat(_("The specified document template\n%1$s\ncould not be read."), file);
                        Alert::error(_("Could not read template"), text);
                        // no template, start with empty buffer
                        b->paragraphs.push_back(Paragraph());