mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36380 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7222ce9e31
commit
8fa5778221
@ -2414,7 +2414,7 @@ bool GuiView::closeWorkArea(GuiWorkArea * wa, bool close_buffer)
|
||||
Buffer & buf = wa->bufferView().buffer();
|
||||
|
||||
if (close_buffer && GuiViewPrivate::busyBuffers.contains(&buf)) {
|
||||
Alert::warning(_("Close document "), _("Document could not be closed because it is processed by LyX."));
|
||||
Alert::warning(_("Close document"), _("Document could not be closed because it is processed by LyX."));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user