From 43d576447dd668c3fb16e7bc091cac86f12463cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sun, 9 Mar 2008 16:29:01 +0000 Subject: [PATCH] GuiDocument.cpp: fix linebreak git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23596 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index 99b5fbaaaa..90884b8c9b 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -2067,7 +2067,7 @@ void GuiDocument::useClassDefaults() { if (applyPB->isEnabled()) { int const ret = Alert::prompt(_("Unapplied changes"), - _("Some changes in the dialog were not yet applied." + _("Some changes in the dialog were not yet applied.\n" "If you do not apply now, they will be lost after this action."), 1, 1, _("&Apply"), _("&Dismiss")); if (ret == 0)