From 8fa577822109138684508e70d809e4e7ac0cddc8 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 18 Nov 2010 21:00:34 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36380 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 2ecc83e6ff..c6ff79c0f9 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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; } -- 2.39.5