mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
GuiDocument.cpp: fix linebreak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23596 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
74f5f2a27d
commit
43d576447d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user