]> git.lyx.org Git - features.git/commitdiff
lars' tweaks
authorJohn Levon <levon@movementarian.org>
Sat, 29 Mar 2003 18:58:27 +0000 (18:58 +0000)
committerJohn Levon <levon@movementarian.org>
Sat, 29 Mar 2003 18:58:27 +0000 (18:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6642 a592a061-630c-0410-9148-cb99ea01b6c8

src/bufferlist.C

index b699f9d4cdb4262c645c8f0e1330c3c1ae5bbf4d..ea7fd734912f551b9064b2319797d7edfc462184 100644 (file)
@@ -75,7 +75,7 @@ bool BufferList::quitWriteBuffer(Buffer * buf)
        string text = fmt.str();
 #else
        string text = _("The document ");
-       text += file + _(" has unsaved changes.\n\nDo you want to save the document?");
+       text += file + _(" has unsaved changes.\n\nWhat do you want to do with it?");
 #endif
        int const ret = Alert::prompt(_("Save changed document?"),
                text, 0, _("&Save"), _("&Discard"), _("&Cancel"));
@@ -183,7 +183,7 @@ bool BufferList::close(Buffer * buf, bool ask)
        string text = fmt.str();
 #else
        string text = _("The document ");
-       text += fname + _(" has unsaved changes.\n\nDo you want to save the document?");
+       text += fname + _(" has unsaved changes.\n\nWhat do you want to do with it?");
 #endif
        int const ret = Alert::prompt(_("Save changed document?"),
                text, 0, _("&Save"), _("&Discard"));