]> git.lyx.org Git - features.git/commitdiff
Disambiguate dialog buttons
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 14 Aug 2018 15:03:46 +0000 (17:03 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:46 +0000 (14:39 +0200)
Fixes: #11242
src/buffer_funcs.cpp

index dc46dcdbc2c4eb6c85fd81481daaecb6446b03ef..9e1b048cc01785799fe1b7fe0b7867abcd0110bd 100644 (file)
@@ -126,7 +126,7 @@ Buffer * checkAndLoadLyXFile(FileName const & filename, bool const acceptDirty)
                "exist.\n\nDo you want to create a new document?"),
                from_utf8(filename.absFileName()));
        if (!Alert::prompt(_("Create new document?"),
-                       text, 0, 1, _("&Create"), _("Cancel")))
+                       text, 0, 1, _("&Yes, Create New Document"), _("&No, Do Not Create")))
                return newFile(filename.absFileName(), string(), true);
 
        return 0;