]> git.lyx.org Git - features.git/commitdiff
fix typo from last patch
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 7 Dec 2005 15:21:10 +0000 (15:21 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 7 Dec 2005 15:21:10 +0000 (15:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10648 a592a061-630c-0410-9148-cb99ea01b6c8

src/exporter.C

index 9ac6ddd02af77129c2f9d162ea029ea95391b437..d79c49d4cdcbea325886133bb8e6af2195da8d7e 100644 (file)
@@ -230,7 +230,7 @@ bool Exporter::Export(Buffer * buffer, string const & format,
                                                MakeDisplayPath(result_file)));
                } else {
                        // This must be a dummy converter like fax (bug 1888)
-                       buffer->message(bformat(_("Document exported as %1$s "),
+                       buffer->message(bformat(_("Document exported as %1$s"),
                                                formats.prettyName(format)));
                }
        }