commit 74657a14a7d0d121724725e936b10be26efab846
Author: Juergen Spitzmueller <[email protected]>
Date:   Tue Aug 14 17:03:46 2018 +0200

    Disambiguate dialog buttons
    
    Fixes: #11242
---
 src/buffer_funcs.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/buffer_funcs.cpp b/src/buffer_funcs.cpp
index dc46dcd..9e1b048 100644
--- a/src/buffer_funcs.cpp
+++ b/src/buffer_funcs.cpp
@@ -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;

Reply via email to