mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Few typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37611 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ed2e6eff49
commit
ab8645bc3f
@ -118,7 +118,7 @@ changes or watch updates.
|
||||
8) SHALL ALL THE UNUSED STRINGS AT THE BOTTOM OF .PO FILE BE REMOVED,
|
||||
OR SHALL THEY STAY?
|
||||
|
||||
As you wish. They can be reused for generating fuzzy hints, when completely
|
||||
As you wish. They can be reused for generating fuzzy hints when completely
|
||||
new strings appear, no other function.
|
||||
|
||||
|
||||
|
@ -3582,7 +3582,7 @@ bool Buffer::doExport(string const & format, bool put_in_tempdir,
|
||||
error_list);
|
||||
|
||||
// Emit the signal to show the error list or copy it back to the
|
||||
// cloned Buffer so that it cab be emitted afterwards.
|
||||
// cloned Buffer so that it can be emitted afterwards.
|
||||
if (format != backend_format) {
|
||||
if (d->cloned_buffer_) {
|
||||
d->cloned_buffer_->d->errorLists[error_type] =
|
||||
|
Loading…
Reference in New Issue
Block a user