mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
7deb554511
commit
a29f509e1b
@ -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)));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user