fix typo from last patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10648 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-12-07 15:21:10 +00:00
parent 7deb554511
commit a29f509e1b

View 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)));
}
}